Where is the documentation on ompl_ros_interface?
I am currently updating my katana_arm_navigation
stack (based on pr2_arm_navigation
) from CTurtle to Diamondback. Especially in the OMPL part, a lot seems to have changed, and I stumbled over a bunch of questions.
- Is there any documentation on the parameters that
ompl_ros_interface
takes? More specifically, what is the format of theompl_planning.yaml
file? How to configure the different planners? Which planners can I use with my 5DoF arm, and how? ... and so on. - Is it necessary to provide my own version of
pr2_arm_kinematics/PR2ArmKinematicsPlugin
, or is there a generic one? Any documentation on that?