unofficial ROS2 install script for Ubuntu
Access https://docs.ros.org/en/jazzy/Installation.html to get the updated information.
ROS 1 version: https://github.com/Tiryoh/ros_setup_scripts_ubuntu
After downloading this repository, just run the following command.
./run.sh
By default, run.sh
will install ros-jazzy-desktop
.
If you need to install another package, use indivitual installers listed bellow.
ROS 2 Humble (LTS)
- To install
ros-humble-ros-base
, useros2-humble-ros-base-main.sh
instead ofrun.sh
. - To install
ros-humble-desktop
, useros2-humble-desktop-main.sh
instead ofrun.sh
.
ROS 2 Iron
- To install
ros-iron-ros-base
, useros2-iron-ros-base-main.sh
instead ofrun.sh
. - To install
ros-iron-desktop
, useros2-iron-desktop-main.sh
instead ofrun.sh
.
ROS 2 Jazzy (LTS)
- To install
ros-jazzy-ros-base
, useros2-jazzy-ros-base-main.sh
instead ofrun.sh
. - To install
ros-jazzy-desktop
, useros2-jazzy-desktop-main.sh
instead ofrun.sh
.
ROS 2 Dashing (EOL)
- To install
ros-dashing-ros-base
, useros2-dashing-ros-base-main.sh
instead ofrun.sh
. - To install
ros-dashing-desktop
, useros2-dashing-desktop-main.sh
instead ofrun.sh
.
ROS 2 Eloquent (EOL)
- To install
ros-eloquent-ros-base
, useros2-eloquent-ros-base-main.sh
instead ofrun.sh
. - To install
ros-eloquent-desktop
, useros2-eloquent-desktop-main.sh
instead ofrun.sh
.
ROS 2 Foxy (EOL)
- To install
ros-foxy-ros-base
, useros2-foxy-ros-base-main.sh
instead ofrun.sh
. - To install
ros-foxy-desktop
, useros2-foxy-desktop-main.sh
instead ofrun.sh
.
ROS 2 Galactic (EOL)
- To install
ros-galactic-ros-base
, useros2-galactic-ros-base-main.sh
instead ofrun.sh
. - To install
ros-galactic-desktop
, useros2-galactic-desktop-main.sh
instead ofrun.sh
.
Ubuntu | ROS 1 | ROS 2 |
---|---|---|
Ubuntu 18.04 EOL: May 20231 |
Melodic EOL: May 2023 |
Dashing EOL: May 2021 |
Ubuntu 20.04 EOL: April 20252 |
Noetic EOL: May 2025 |
Foxy EOL: May 2023 |
Ubuntu 22.04 EOL: April 20273 |
- | Humble EOL: May 2027 |
Ubuntu 24.04 EOL: June 20294 |
- | Jazzy EOL: May 2029 |
- Note: Here, EOL for Ubuntu refers to the end of normal support, which is not Ubuntu Pro.
Copyright 2019-2024 Tiryoh
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
run.sh
is based on https://index.ros.org/doc/ros2/Installation/Crystal/Linux-Install-Debians/
by Open Robotics, licensed under CC-BY-4.0.
tutorial.sh
is based on https://index.ros.org/doc/ros2/Tutorials/Colcon-Tutorial/
by Open Robotics, licensed under CC-BY-4.0.
source: https://github.com/ros2/ros2_documentation
Access https://docs.ros.org/en/jazzy/Installation.html to get the updated information.