Size: 2493
Comment:
|
Size: 2536
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
[[DebianScience/Robotics/ROS/Todo|TODO]] |
|
Line 9: | Line 11: |
[[DebianScience/Robotics/ROS/Integration|Status of the Integration]] | [[DebianScience/Robotics/ROS/Integration|State of the Integration]] |
Installation instruction to install ROS on Debian.
?State of the Integration
continuous integration Debian Jessie continuous integration Debian Stretch continuous integration Ubuntu Trusty
Repos (containing ROS core and more)
We have changed the version scheme in our binary repos. If you installed ROS before 20150929 please downgrade all packages to the current versions.
Debian Stretch/Sid (amd64):
Debian Jessie (amd64):
1 sudo add-apt-repository ppa:deb-rob/ros-trusty
Compile the rest of desktop-full
Installing the needed packages:
Compile the rest (leave out the tutorials line, if you want them):
1 mkdir ~/ros
2 cd ~/ros
3 rosinstall_generator desktop_full --rosdistro indigo --deps --wet-only --tar --exclude RPP \
4 common_tutorials geometry_tutorials ros_tutorials visualization_tutorials urdf_tutorial \
5 ros_base geometry > indigo-desktop-full-wet.rosinstall
6 wstool init -j8 src indigo-desktop-full-wet.rosinstall
7 catkin_make_isolated --install
To use the local ROS workspace: