arm_navigation : planner_service_name v.s. planner_id
The former one belongs to
arm_navigation_msgs::action_goal.planner_service_name
The latter one belongs to
arm_navigation_msgs::action_goal.motion_plan_request.planner_id
According to the following tutorial:
http://www.ros.org/wiki/move_arm/Tutorials/MoveArmJointGoal
The planner_id is different from the planner_service_name since some planning libraries might offer different types of planners within the same service call
Then I would like to ask what is the planner_id for the default ompl planner? Where is it specified(from which file or parameter)?
Thanks for any help
interesting question. in the planning configuration yaml file we can fill in several planners. i guess these ids are corresponding to those planners there and maybe increase from 0 monotonously
What and where is that yaml config file? Thanks~