ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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.
2 | No.2 Revision |
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.