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

I fixed it through your recommendations. First I forgot to define the std_msgs (for the boolean) and include them in the package.xml. Second, I added <run_depend>message_generation</run_depend> in the package.xml file. Thank you for your replies.