ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Probably just executing this command after compiling your package
rospack profile
instead of resourcing your devel/setup.bash would be enough.
When you compile a new package, that has never been compiled before in your workspace, ROS command line tools are still not aware of it. That is why you need to update the package list cache by calling rospack profile