Robotics StackExchange | Archived questions

how to publish several texts in rviz

Hi,

How can I publish(show) several texts in rviz at the same time? Now, whenever I publish one text, my last text on the rviz screen disapper. Is there is way to keep all this texts?

Asked by zhonghao on 2018-12-04 09:56:42 UTC

Comments

If you give each of them unique ns and id parameters then they should not overwrite each other.

Asked by PeteBlackerThe3rd on 2018-12-04 10:37:23 UTC

thanks. it works now.

Asked by zhonghao on 2018-12-04 10:57:23 UTC

Answers