From 45a38b39a8b114757b9cf1dc63b744085484169d Mon Sep 17 00:00:00 2001 From: LGD-Fr Date: Tue, 21 Apr 2015 11:21:24 +0000 Subject: [PATCH] page installation de ROS --- Installation de ROS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Installation de ROS.md diff --git a/Installation de ROS.md b/Installation de ROS.md new file mode 100644 index 0000000..3dbe491 --- /dev/null +++ b/Installation de ROS.md @@ -0,0 +1,21 @@ +# Installation de ROS et des packages nécessaires # +## Installation de ROS Indigo ## +cf. [wiki ROS](http://wiki.ros.org/indigo/Installation/Ubuntu) : + +``` +#!sh + +sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list' +wget https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -O - | sudo apt-key add - +sudo apt-get update +sudo apt-get install ros-indigo-desktop-full +``` +## Installation des packages nécessaires ## + +### libfreenect / freenect_stack ### + +``` +#!sh + +sudo apt-get install libfreenect-bin libfreenect-dev ros-indigo-libfreenect ros-indigo-freenect-stack +``` \ No newline at end of file