How to keep Pose Markers in RViz?
I publish a PoseStamped topic "pose" and display the pose in RViz using the display type "Pose" (with shape axes). However, I would like to keep the old poses in order to see the whole trajectory of rather than only the latest pose.
I know it is also possible to use visualization markers instead (is there a "axes" visualization marker type?) according to wiki.ros.org/rviz/DisplayTypes/Marker and use marker.action = visualization_msgs::Marker::ADD;
.
But if this is possible directly in the RViz GUI, I would prefer this solution instead of implementing the markers.
There was recently a pull request that was merged which may offer what you're looking for in the PoseArray display plugin: https://github.com/ros-visualization/...