forked from moveit/moveit2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
204 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
moveit_ros/planning/default_request_adapters_plugin_description.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 5 additions & 23 deletions
28
moveit_ros/planning/planning_request_adapter_plugins/res/default_request_adapter_params.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,12 @@ | ||
# This files contains the parameters for all of MoveIt's default PlanRequestAdapters | ||
default_request_adapter_parameters: | ||
start_state_max_dt: { | ||
type: double, | ||
description: "FixStartStateCollision/FixStartStateBounds: Maximum temporal distance of the fixed start state from the original state.", | ||
default_value: 0.5, | ||
} | ||
jiggle_fraction: { | ||
type: double, | ||
description: "FixStartStateCollision: Joint value perturbation as a percentage of the total range of motion for the joint.", | ||
default_value: 0.02, | ||
} | ||
max_sampling_attempts: { | ||
type: int, | ||
description: "FixStartStateCollision: Maximum number of attempts to re-sample a valid start state.", | ||
default_value: 100, | ||
validation: { | ||
gt_eq<>: [ 0 ], | ||
} | ||
} | ||
start_state_max_bounds_error: { | ||
type: double, | ||
description: "FixStartStateBounds: Maximum allowable error outside joint bounds for the starting configuration.", | ||
default_value: 0.05, | ||
fix_start_state: { | ||
type: bool, | ||
description: "CheckStartStateBounds: If set true and the start state is out of bounds, the MotionPlanRequests start will be updated to a start state with enforced bounds for revolute or continuous joints.", | ||
default_value: false, | ||
} | ||
default_workspace_bounds: { | ||
type: double, | ||
description: "FixWorkspaceBounds: Default workspace bounds representing a cube around the robot's origin whose edge length this parameter defines.", | ||
description: "ValidateWorkspaceBounds: Default workspace bounds representing a cube around the robot's origin whose edge length this parameter defines.", | ||
default_value: 10.0, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.