Problem with rosjava installation
Iam new to ROS trying to install rosjava in ubuntu 11.10 fuerte.But when Iam Trying to execute the following command: rosws merge h**ps://github.com/rosjava/rosjava_core/.rosinstall
Iam getting the following error:
Traceback (most recent call last): File "/usr/local/bin/rosws", line 65, in <module> sys.exit(rosinstall.rosws_cli.rosws_main(sys.argv)) File "/usr/local/lib/python2.7/dist-packages/rosinstall/rosws_cli.py", line 441, in rosws_main os.getcwd(), OSError: [Errno 2] No such file or directory
How can I install rosjava successfully without these errors?