ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Are you sure your ROS_PACKAGE_PATH
has both the workspaces? Have you followed catkin workspace overlay steps? (specifically section 3 on chaining workspaces).
Usually, when you source two setup scripts, first one is overwritten by the latter one. That is why you see that executables/packages in the first workspace missing.