ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The package is not in your package path probably. Try
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`
and rosmake again.