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

rviz UDP over unreliable network?

asked 2012-10-10 09:15:56 -0500

Eruditass gravatar image

updated 2014-01-28 17:13:54 -0500

ngrennan gravatar image

Is there an option for rviz to subscribe to topics via UDP? On our diagnostics side, we have an unreliable connection but would love to get some info out.

Is there an alternative to writing an echo node that subscribes via UDP then relays it to a topic for rviz to open up?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-10-11 05:00:06 -0500

Eruditass gravatar image

Discovered that the ROS relay has the unreliable option built in, so at least we won't have to write our own relay.

edit flag offensive delete link more
4

answered 2012-10-10 18:35:04 -0500

jbohren gravatar image

There's currently no way to set ROS transport hints to UDP (unreliable) in the default RVIZ plugins without modifying the RVIZ source code. If you're interested in adding in this functionality, it might not be hard to check out the RVIZ source ( svn co https://code.ros.org/svn/ros-pkg/stacks/visualization/trunk/rviz ) and add these options.

You can find the "subscribe" calls and GUI config fields for the various default plugins in these files: https://code.ros.org/svn/ros-pkg/stacks/visualization/trunk/rviz/src/rviz/default_plugin/

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-10-10 09:15:56 -0500

Seen: 1,172 times

Last updated: Oct 11 '12