RasperryPi3 Ros系统安装(Debian)
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu wheezy main" > /etc/apt/sources.list.d/ros-latest.list'wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add -wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add ---2016-06-02 03:33:28-- https://raw.githubusercontent.com/ros/rosdistro/master/ros.keyResolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.31.18.133Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.31.18.133|:443... connected.HTTP request sent, awaiting response... 200 OKLength: 1162 (1.1K) [application/octet-stream]Saving to: ‘STDOUT’- 100%[======================================================================================================>] 1.13K --.-KB/s in 0s 2016-06-02 03:33:29 (8.82 MB/s) - written to stdout [1162/1162]OK sudo apt-get update sudo apt-get upgrade$ sudo apt-get install python-setuptools python-pip python-yaml python-distribute python-docutils python-dateutil python-setuptools python-six$ sudo pip install rosdep rosinstall_generator wstool rosinstallsudo rosdep initrosdep updatepi@raspberrypi:~/indigo $ rosdep updatereading in sources list data from /etc/ros/rosdep/sources.list.dHit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/osx-homebrew.yamlHit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yamlHit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yamlHit https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yamlHit https://raw.githubusercontent.com/ros/rosdistro/master/releases/fuerte.yamlQuery rosdistro index https://raw.githubusercontent.com/ros/rosdistro/master/index.yamlAdd distro "groovy"Add distro "hydro"Add distro "indigo"Add distro "jade"Add distro "kinetic"updated cache in /home/pi/.ros/rosdep/sources.cache$ rosinstall_generator ros_comm --rosdistro indigo --deps --wet-only --exclude roslisp --tar > indigo-ros_comm-wet.rosinstall$ wstool init src indigo-ros_comm-wet.rosinstall$ mkdir ~/ros_catkin_ws/external_src$ sudo apt-get install checkinstall cmake$ sudo sh -c 'echo "deb-src http://mirrordirector.raspbian.org/raspbian/ testing main contrib non-free rpi" >> /etc/apt/sources.list'$ sudo apt-get update最后更新于