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

source /home/robot508/catkin_ws/catkin_industrial/devel/setup.bash source /home/robot508/catkin_ws/le_myself/devel/setup.bash source /home/robot508/catkin_ws/devel/setup.bash

First, you're nesting catkin workspace (ie. placing workspaces into another workspace). While it's technically possible (I confirmed that catkin_make runs as intended for each workspace), I suggest not do that unless you really need to and you know what you're doing, because this may cause unexpected result (instead the normal way to use multiple catkin workspaces is to place each separately).

And your issue sounds like your catkin workspace might not be configured as it's supposed to. Remove build and devel folders in %YOUR_CATKIN_WS% and run catkin_make, source the setup again to see if it works. Your uncommon workspace setting might have done something funky so again I suggest you fix it.

If the issue persists you need to share env|grep ROS.

source /home/robot508/catkin_ws/catkin_industrial/devel/setup.bash source /home/robot508/catkin_ws/le_myself/devel/setup.bash source /home/robot508/catkin_ws/devel/setup.bash

First, you're nesting catkin workspace (ie. placing workspaces into another workspace). While it's technically possible (I confirmed that catkin_make runs as intended for each workspace), I suggest not do that unless you really need to and you know what you're doing, because this may cause unexpected result (instead the normal way to use multiple catkin workspaces is to place each separately).

And your issue sounds like your catkin workspace might not be configured as it's supposed to. Remove build and devel folders in %YOUR_CATKIN_WS% and run catkin_make, source the setup again to see if it works. Your uncommon workspace setting might have done something funky so again I suggest you fix it.

If the issue persists you need to share more info esp. env|grep ROS.