Concatenating trajectories
I'm working based on the moveit noetic motion pipeline tutorial and I implemented it on ym own robot and the visuals work fine now I want to execute this trajectory. So the display_trajectory
used in the tutorial is a vector of trajectories and each one is separate so I want to know how to concatenate all these trajectories and execute them as a whole
Thanks