Gazebo | Ignition | Community
Ask Your Question
1

UDP: What is the right transport hint?

asked 2013-04-27 16:53:44 -0500

cga gravatar image

updated 2013-04-27 17:07:39 -0500

In the various tutorials and ROS documentation I have seen the following variants of hinting that UDP packets should be used. Which is optimal for receiving the current AtlasStates message in DRCSIM?

jointStatesSo.transport_hints = ros::TransportHints().unreliable();
atlasStateSo.transport_hints = ros::TransportHints().reliable().tcpNoDelay(true)
jointStatesSo.transport_hints = ros::TransportHints().unreliable().reliable().tcpNoDelay(true);

On a side note, I am assuming the hand commands and states will switch to UDP as well?

What about IMU packets?

atlas_msgs/AtlasSimInterfaceState? atlas_msgs/AtlasSimInterfaceCommand?

controller_statistics?

clock messages?

Image transport? stereo proc messages?

laser spindle joint states?

laser scans?

Thanks,

Chris

edit retag flag offensive close merge delete

Comments

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-09-19 11:14:21 -0500

nkoenig gravatar image

Answer in comments.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-27 16:53:44 -0500

Seen: 2,025 times

Last updated: Sep 19 '13