ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
When the std_msgs
package is being built the .msg
/ .srv
files are being transformed into .idl
files. Those are being installed by the package into share/std_msgs/msg/dds_<connext|opensplice>
.
For prototyping and testing using messages from std_msgs
is fine. But for real interfaces of ROS nodes you should define your own messages with custom semantic.