ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It looks like you're trying to use the stdmsgs
package when it should be std_msgs
.
2 | No.2 Revision |
It looks like you're trying to use the stdmsgs
package in your CMakeLists.txt
when it should be std_msgs
.