setting default pipeline to ompl
This commit is contained in:
parent
f20e8cce95
commit
3b21854d5e
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ def generate_launch_description():
|
||||||
get_yaml(join(config_root, 'trajectory.yaml')),
|
get_yaml(join(config_root, 'trajectory.yaml')),
|
||||||
get_yaml(join(config_root, 'planning_scene.yaml')),
|
get_yaml(join(config_root, 'planning_scene.yaml')),
|
||||||
get_yaml(join(config_root, "ar3_controllers.yaml")),
|
get_yaml(join(config_root, "ar3_controllers.yaml")),
|
||||||
|
{ "default_planning_pipeline": "move_group" },
|
||||||
|
{ "planning_pipelines": [ "ompl", "move_group"] }
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue