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

Sometimes ROS doesn't always find newly added packages. From the root of your workspace, try running

rospack profile

and see if that helps by running

rospack find

or any command that failed earlier.

Source: http://wiki.ros.org/rospack/Troubleshooting#rospack_is_unable_to_find_packages_that_are_added_recently

Sometimes ROS doesn't always find newly added packages. From the root of your workspace, try running

rospack profile

and see if that helps by running

rospack find

or any command that failed earlier.

Source: http://wiki.ros.org/rospack/Troubleshooting#rospack_is_unable_to_find_packages_that_are_added_recently

Edit:

I can confirm that (at least for me that this method works). I just installed a new package and it was not found by ROS using the tab auto-complete. I followed the instructions in this answer and now tab auto-complete works.

Sometimes ROS doesn't always find newly added packages. From the root of your workspace, try running

rospack profile

and see if that helps by running

rospack find

or any command that failed earlier.

Source: http://wiki.ros.org/rospack/Troubleshooting#rospack_is_unable_to_find_packages_that_are_added_recently

Edit:

I can confirm that (at least for me me) that this method works). works. I just installed a new package and it was not found by ROS using the tab auto-complete. I followed the instructions in this answer and now tab auto-complete works.