Robot manipulator waypoint trajectory planning and execution
I would like to create a robot program that reads in a set of arm waypoints from a file and then executes a trajectory through those waypoints. It seems like this should already exist?
Assuming it doesn't I plan to use a planner to plan the segments individually and then apply a filter to the whole path. This will require multiple service calls and could take a while. Is there a better approach?
Also, is there an xml/yaml format and parser somewhere that I could use for this. Seems straightforward enough, but I would like to reuse code/formats if they already exist.