ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have the same problem as described by the original post, but the ROS version is Groovy.
Yes, I did run the setup.bash of the new workspace, but still I get the message:
ERROR in config: Command requires a target workspace.
2 | No.2 Revision |
I have had the same problem as described by the original post, but the ROS version is Groovy.
Yes, I did run the setup.bash of the new workspace, but still I get got the message:
ERROR in config: Command requires a target workspace.
I discovered, that I had to run rosws set inside the workspace directory, i.e.
rosws set ~/ros_workspace/sandbox
does not work, but
cd ~/ros_workspace/; rosws set sandbox
does work