Difference between revisions of "Raspberry ROS"

From wikidb
Jump to: navigation, search
(Electric Install)
Line 18: Line 18:
  
 
Then follow Electric link above.
 
Then follow Electric link above.
 +
 +
<pre>
 +
pi@raspberrypi ~ $ rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py? rosdistro=electric&variant=desktop-full&overlay=no"
 +
rosinstall operating on /home/pi/ros from specifications in rosinstall files  http://packages.ros.org/cgi-bin/gen_rosinstall.py? rosdistro=electric&variant=desktop-full&overlay=no
 +
(Over-)Writing /home/pi/ros/.rosinstall
 +
(Over-)Writing setup.sh, setup.bash, and setup.zsh in /home/pi/ros
 +
ERROR in rosinstall:
 +
No 'ros' stack detected in candidates [].
 +
Please add the location of a ros distribution to this command.
 +
 +
See http://ros.org/wiki/rosinstall.
 +
</pre>
 +
 +
[http://www.raspberrypi.org/phpBB3/viewtopic.php?f=37&t=6552&start=25 help]

Revision as of 17:50, 27 December 2012

Debian Choices

Debian Squeeze

Squeeze doesn't appear to be a good choice

Electric Install

First step

 sudo apt-get update

Then follow Electric link above.

pi@raspberrypi ~ $ rosinstall ~/ros "http://packages.ros.org/cgi-bin/gen_rosinstall.py? rosdistro=electric&variant=desktop-full&overlay=no"
rosinstall operating on /home/pi/ros from specifications in rosinstall files  http://packages.ros.org/cgi-bin/gen_rosinstall.py? rosdistro=electric&variant=desktop-full&overlay=no
(Over-)Writing /home/pi/ros/.rosinstall
(Over-)Writing setup.sh, setup.bash, and setup.zsh in /home/pi/ros
ERROR in rosinstall: 
No 'ros' stack detected in candidates [].
Please add the location of a ros distribution to this command.

See http://ros.org/wiki/rosinstall.

help