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

Revision history [back]

click to hide/show revision 1
initial version
  1. No, you don't have to create header, when you build your message it will do that for you.
  2. If the message you built is in the same package as your node, then you don't need to add package dependency, but if message was built in a different package, then you need to add that package as a dependency.