ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I have installed ros electric before, this time I am trying to install fuerte, encountered the same problem. I am not sure whether the steps on
http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment http://www.ros.org/wiki/fuerte/Installation/Overlays http://www.ros.org/wiki/ROS/EnvironmentVariables
are same... is using command
rosws init ~/fuerte_workspace /opt/ros/fuerte
But after I tried the steps on this page http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html solved. Need to make the directory first and run the rosws init inside the folder. It just overwrite the setup.sh and some other setting files.
2 | No.2 Revision |
I have installed ros electric before, this time I am trying to install fuerte, encountered the same problem. I am not sure whether the same steps stated on
http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment http://www.ros.org/wiki/fuerte/Installation/Overlays http://www.ros.org/wiki/ROS/EnvironmentVariables
are same... is the correct way or not... To me, using the command
rosws init ~/fuerte_workspace seems not work.
But after I tried the steps on this page
http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html
solved. Need to make the directory first and run the rosws
init init inside the folder. It just overwrite the setup.sh and some other setting files.
3 | No.3 Revision |
I have installed ros electric before, this time I am trying to install fuerte, encountered the same problem. I am not sure whether the same steps stated on
http://www.ros.org/wiki/ROS/Tutorials/InstallingandConfiguringROSEnvironment http://www.ros.org/wiki/fuerte/Installation/Overlays http://www.ros.org/wiki/ROS/EnvironmentVariables
are the correct way or not... To me, using the command
rosws init ~/fuerte_workspace /opt/ros/fuerte
seems not work.
But after I tried the steps on this page
http://www.ros.org/doc/api/rosinstall/html/rosws_tutorial.html
solved. Need to make the directory first and run the rosws init
inside the folder. It just overwrite the setup.sh and some other setting files.
However, during the operation I have installed several python packages, do not know whether it affects or not. One thing can be confirmed, that if you go through all the webpages listed above, rosws init will be done.