Size: 1828
Comment:
|
Size: 2486
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
[[DebianScience/Robotics/ROS/Packages|Status of Packages]] |
|
Line 8: | Line 10: |
==Important notice!!!!!!!!!!!!!!!!!!!!!!!!== We have changed the numeration of the packages. The new nomenclature is: For Debian Strech/Sid (amd64) and Ubuntu Trusty package_version-1~YYYYMMDD ex. 1.2.3-1~20150929 For Debian Jessie (amd64) package_version-1~drp8+YYYYMMDD ex. 1.2.3-1~drp8+20150929 This change is to make a smooth upgrading when the package were in Debian official repositories. However, due the initial packages created it means a '''downgrade''' for the existing packages. We are so sorry for that but we have not found a better solution. |
Installation instruction to install ROS on Debian.
Repos (containing ROS core and more)
==Important notice!!!!!!!!!!!!!!!!!!!!!!!!==
We have changed the numeration of the packages. The new nomenclature is:
For Debian Strech/Sid (amd64) and Ubuntu Trusty
package_version-1~YYYYMMDD
ex. 1.2.3-1~20150929
For Debian Jessie (amd64)
package_version-1~drp8+YYYYMMDD
ex. 1.2.3-1~drp8+20150929
This change is to make a smooth upgrading when the package were in Debian official repositories. However, due the initial packages created it means a downgrade for the existing packages. We are so sorry for that but we have not found a better solution.
Debian Stretch/Sid (amd64):
Debian Jessie (amd64):
1 sudo add-apt-repository ppa:deb-rob/ros-trusty
source repos continuous integration
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: