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

Could you clarify whether you've ran a source ~/ros_catkin_ws/devel/setup.bash between running catkin_make and your first rospack command?

Also: you appear to be mixing a catkin_make_isolated and a regular catkin_make workspace.

I would recommend you try to avoid that.

Could you clarify whether you've ran a source ~/ros_catkin_ws/devel/setup.bash between running catkin_make and your first rospack command?command? If you didn't, that would most likely explain why your package cannot be found (it's not on any search path known to rospack in that case).

Also: you appear to be mixing a catkin_make_isolated and a regular catkin_make workspace.

I would recommend you try to avoid that.