Saving Arm Trajectory and Replaying it
Hello
How can I save PR2 arm trajectory and then replay the same trajectory at a later time? One way I can think of it is by writing trajectory_msg::JointTrajectory to a file and then reading the trajectory from the file whenever I need to reproduce the trajectory. But if I follow this method then I am not sure how to save "duration time_to_start" (which have many attributes) and "Header header".
Does anyone knows of any neater way for saving/replaying trajectories?
Thanks!!!
How can i write trajectory_msg::JointTrajectory to a file?