using arm_navigation_msgs/GetMotionPlan: what setup/nodes are required to receive trajectories programatically
I've been following the ompl tutorials listed here and it all seems fairly straightforward except that it doesn't seem that having the ompl_planning node alone would be sufficient to generate the trajectory required.
I've completed the warehouse viewer example for my robot and I'd like to use the solutions that it shows within my own nodes (without the graphical visualisation) using the MotionPlanRequest interface of the GetMotionPlan.srv
What other nodes are required to allow the ompl_planning node to generate a path. (Just the bare bones, not much collision checking except for self collision). I think the nodes listed in the X_arm_navigation.launch may be required but I dont want to overcomplicate things at this stage.