ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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.

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 /opt/ros/fuerte/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 init inside the folder. It just overwrite the setup.sh and some other setting files.

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.