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 think it is failing because "sensor_msgs" is not a stack. "common_msgs" is.

You can recalculate your stack dependencies by running:

roscd yourstack
roscreate-stack .

Note: we don't auto-calculate stack dependencies because this prevents dependencies from accidentally sneaking in.