ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You could use a single MarkerArray Topic for this. Within a MarkerArray, a marker is identified (e.g. when it comes to deleting or updating) by it's namespace and id. So you could create a namespace for each trajectory (e.g. just '1', '2',...) and set the id according to the position of a pose in the trajectory. The single marker could then be of type Arrow .