Gazebo | Ignition | Community
Ask Your Question
0

How to launch Gazebo's Topic Visualization using launch file?

asked 2017-07-13 17:46:06 -0600

zephirefaith gravatar image

I am doing a user study where I need to use the topic visualization tool to show user the camera information required to tele-operate the robot. Is there a way of launching Topic Visualization Window programmatically? Or some other better way of visualization? RViz's image update for some reason is very laggy and can not be used in the user study for real-time feedback.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-07-13 18:18:15 -0600

chapulina gravatar image

One way would be to call gz topic --view ... from a script.

Another way is to write a node which copies what the gz topic --view command line tool is doing. Here is the code for that tool.

edit flag offensive delete link more

Comments

That code is hella convenient! Thanks :D!

zephirefaith gravatar imagezephirefaith ( 2017-07-13 18:40:28 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-07-13 17:46:06 -0600

Seen: 561 times

Last updated: Jul 13 '17