ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to display customized-Topics on Rviz ?

asked 2019-09-30 02:20:57 -0500

kane_choigo gravatar image

updated 2019-09-30 02:51:19 -0500

peci1 gravatar image

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 :)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-09-30 02:50:29 -0500

peci1 gravatar image

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... ).

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

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-09-30 02:20:57 -0500

Seen: 4,546 times

Last updated: Sep 30 '19