ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Things to check
- Is the package compiled with catkin_make
or catkin build
and was that successful?
- Can you find it in echo $ROS_PACKAGE_PATH
- Can you find it in rospack list | grep <package name>
2 | No.2 Revision |
Things to check
- check
catkin_make
or catkin build
and was that echo $ROS_PACKAGE_PATH
rospack list | grep <package name>