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

Try a rospack profile (after you've sourced setup.bash).

If that doesn't work, make sure foobar actually is a ROS package (has a manifest: package.xml).

Try a rospack profile (after you've sourced setup.bash).

If that doesn't work, make sure foobar actually is a ROS package (has a manifest: package.xml).

Also make sure there is no CATKIN_IGNORE file in the package directory.

Try a rospack profile (after you've sourced setup.bash).

If that doesn't work, make sure foobar actually is a ROS package (has a manifest: package.xml).

Also make sure there is no CATKIN_IGNORE file in the package directory.


Edit: your last comment does not correspond to what you wrote in your OP. Anyway, these steps should work:

cd /home/fschiano/catkin_ws
source /opt/ros/indigo/setup.bash
catkin_make
source devel/setup.bash
# (this step is optional, only if the next step doesn't immediately work)
rospack profile
rospack find foobar

If rospack cannot find foobar then, something is wrong.

Try a rospack profile (after you've sourced setup.bash).

If that doesn't work, make sure foobar actually is a ROS package (has a manifest: package.xml).

Also make sure there is no CATKIN_IGNORE file in the package directory.


Edit: your last comment does not correspond to what you wrote in your OP. Anyway, these steps should work:work (in a fresh terminal):

cd /home/fschiano/catkin_ws
source /opt/ros/indigo/setup.bash
catkin_make
source devel/setup.bash
# (this step is optional, only if the next step doesn't immediately work)
rospack profile
rospack find foobar

If rospack cannot find foobar then, something is wrong.