-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP Use generate param lib for default plan request adapters
- Loading branch information
Showing
9 changed files
with
64 additions
and
49 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
46 changes: 46 additions & 0 deletions
46
moveit_ros/planning/planning_request_adapter_plugins/res/plan_request_adapter_param.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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
default_plan_request_adapter_parameters: | ||
path_tolerance: { | ||
type: double, | ||
description: "AddTimeOptimalParameterization: Tolerance per joint in which the time parameterization is allowed to deviate from the original path.", | ||
default_value: 0.1, | ||
} | ||
resample_dt: { | ||
type: double, | ||
description: "AddTimeOptimalParameterization:Time steps between two waypoints of the parameterized trajectory. The trajectory is re-sampled from the original path.", | ||
default_value: 0.1, | ||
} | ||
min_angle_change: { | ||
type: double, | ||
description: "AddTimeOptimalParameterization: ?", | ||
default_value: 0.001, | ||
} | ||
start_state_max_dt: { | ||
type: double, | ||
description: "FixStartStateCollision: Maximum temporal distance of the fixed start state from the original state.", | ||
default_value: 0.5, | ||
} | ||
jiggle_fraction: { | ||
type: double, | ||
description: "FixStartStateCollision: ?", | ||
default_value: 0.02, | ||
} | ||
max_sampling_attempts: { | ||
type: double, | ||
description: "FixStartStateCollision: Maximum number of attempts to re-sample a valid start state.", | ||
default_value: 100, | ||
} | ||
start_state_max_bounds_error: { | ||
type: double, | ||
description: "FixStartStateBounds: ?", | ||
default_value: 0.05, | ||
} | ||
start_state_max_dt: { | ||
type: double, | ||
description: "FixStartStateBounds: ?", | ||
default_value: 0.5, | ||
} | ||
default_workspace_bounds: { | ||
type: double, | ||
description: "FixWorkspaceBounds: Default workspace bounds representing a 10m x 10m x 10m box around the robot's origin.", | ||
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
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