This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stomp and AnytimePathShortening (#47)
* Add Stomp and AnytimePathShortening planner config info * Fix bad doc link --------- Co-authored-by: Sebastian Castro <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
0 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
18 changes: 18 additions & 0 deletions
18
src/picknik_ur_base_config/config/moveit/stomp_planning.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,18 @@ | ||
planning_plugin: stomp_moveit/StompPlanner | ||
request_adapters: >- | ||
default_planner_request_adapters/AddTimeOptimalParameterization | ||
default_planner_request_adapters/ResolveConstraintFrames | ||
default_planner_request_adapters/FixWorkspaceBounds | ||
default_planner_request_adapters/FixStartStateBounds | ||
default_planner_request_adapters/FixStartStateCollision | ||
default_planner_request_adapters/FixStartStatePathConstraints | ||
stomp_moveit: | ||
num_timesteps: 60 | ||
num_iterations: 40 | ||
num_iterations_after_valid: 0 | ||
num_rollouts: 30 | ||
max_rollouts: 30 | ||
exponentiated_cost_sensitivity: 0.8 | ||
control_cost_weight: 0.1 | ||
delta_t: 0.1 |