How to define and Use your own message types
This FAQ documents specific instructions to define a new Message
How to create a new message type?
std_msgs/String[] list
std_msgs/Int16 intHow to let the new message type recognized by ROS?
catkin_package(
CATKIN_DEPENDS message_runtime
)How to use the newly created message type?
How to check if the new message type is recognized by ROS?
Having an error "No module named <>.msg"?
Last updated
Was this helpful?
