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

What is the component for the messaging system?

asked 2014-12-02 08:37:22 -0500

SR gravatar image

I want to have a close look at the messaging i.e. how ROS sends messages from publishers to subscribers. For that I would like to have a look in the code. What is the component that represent the messaging transport system that ties together publishers and subscribers? Where do I find the code?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-12-02 14:52:48 -0500

ahendrix gravatar image

I would start by looking at the publisher and subscriber classes within roscpp and rospy, and dig into the supporting packages from there.

Most packages provide an auto-generated source link on their wiki page: http://wiki.ros.org/roscpp . For roscpp, the code is in ros_comm/clients/roscpp

edit flag offensive delete link more

Comments

Thanks the pointer to roscpp gave me a good starting point.

SR gravatar image SR  ( 2014-12-02 17:04:50 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-12-02 08:37:22 -0500

Seen: 99 times

Last updated: Dec 02 '14