Error in catkin_ws
Hello Everyone!!
Tutorial: http://wiki.ros.org/nao/Installation/remote
When use:
cd ~/catkin_ws/
wstool set humanoid_msgs --git https://github.com/ahornung/humanoid_msgs
Get this error:
ERROR in config: Command requires a target workspace.
I created the catkin_ws according to http://wiki.ros.org/catkin/Tutorials/create_a_workspace
A lot of thanks!!
Did you make sure that the command source ~/catkin_ws/devel/setup.bash is executed every time you open a new terminal?
You should add source ~/catkin_ws/devel/setup.bash to the file ~/.bashrc
A lot of Thanks!!!
Do you know what the folder I have to keep "humanoid_msgs"
Is in ~/catkin_ws/src?
Continue the same problem: