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

ROS Message details

asked 2013-09-18 08:29:57 -0500

Jainendra gravatar image

updated 2014-04-20 14:09:31 -0500

ngrennan gravatar image

Hi All,

I want to know from where can I get the detailed information about the ROS messages. I know the use of rosmsg, but I want more information such as what exactly they communicate, in which packages are they included etc. I want to make use of messages in programming. So I would like to have all information that I need to program in C++. Version: ROS Groovy

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-09-18 08:48:24 -0500

teddybouch gravatar image

There is no comprehensive list of all ROS messages because every new project can add messages. ROS defines a format for messages and the legal primitives, but messages can be defined and generated by users. See this tutorial for more: http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv

That having been said, there are a number of messages that come with the ROS installation that are generally useful. Like all packages, they are documented separately, but someone was kind enough to point to all of the key ones in the common_msgs stack (http://wiki.ros.org/common_msgs). Also look at std_msgs (http://wiki.ros.org/std_msgs). Each of these pages have links to the necessary documentation that you will need to review to get the information you are looking for.

edit flag offensive delete link more

Comments

Thanks a lot for the answer :)

Jainendra gravatar image Jainendra  ( 2013-09-18 09:22:10 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-09-18 08:29:57 -0500

Seen: 274 times

Last updated: Sep 18 '13