-
Notifications
You must be signed in to change notification settings - Fork 118
Kei okada's - get default planner from param #625
Kei okada's - get default planner from param #625
Conversation
…specify default planning algorithm
@rhaschke - this param is only used to set the default planner for when the Rviz plugin gets brought up - currently it comes up as "unspecified". Assigning default planners per group would be useful but it should happen separately from this PR. Maybe we should rename this param to "rviz_default_planner_config" to minimize confusion. |
instead of loading from `/<ns>/default_planner_config`, use `/<ns>/move_group/<group>/default_planner_config`, which is the default location for `planner_configs` too
My adaption loads the arm:
default_planner_config: RRTConnectkConfigDefault
planner_configs:
- RRTkConfigDefault
- RRTConnectkConfigDefault Obviously, one can overwrite that setting manually in launch files - after loading the yaml defaults. The same default could be used by the |
... to retrieve default planner config from param server moved corresponding code from rviz plugin to MoveGroup interface to facilitate re-use
Nice change! @rhaschke |
…_from_param Kei okada's - get default planner from param
set default planning config, which is supported on moveit 0.7 moveit/moveit_ros#625
No description provided.