Robotics StackExchange | Archived questions

How to display customized-Topics on Rviz ?

Hi, I'm using ROS kinetic on Ubuntu 16.04.

I should make a new Topic, but have no idea how to display it.

To be honest, that topic is kinds of walking human. ( No need to make it like a real human.)

Once I get to know how to display my topics on rviz canvas, my task must get progressed by a lot.

Thanks in advance :)

Asked by kane_choigo on 2019-09-30 02:20:57 UTC

Comments

Answers

First and easiest is to make a node which subscribes your topic and publishes another visualization topic of type Marker (or MarkerArray) (look at http://wiki.ros.org/rviz/DisplayTypes/Marker ).

The other option is to implement a custom RViz. See e.g. the tutorial at http://ros.org/doc/api/rviz_plugin_tutorials/html/display_plugin_tutorial.html .

Asked by peci1 on 2019-09-30 02:50:29 UTC

Comments