You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bitbots_misc/bitbots_docs/docs/manual/tutorials/install_software_ros2.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
Software installation with ROS2
2
2
===============================
3
3
4
-
In this tutorial, we will learn how to install ROS2 Iron Irwini on Ubuntu 22.04 and build our software stack.
4
+
In this tutorial, we will learn how to install ROS2 Jazzy Jalisco on Ubuntu 24.04 and build our software stack.
5
5
6
6
**TLDR**: single command setup
7
7
------------------------------
8
8
9
9
**Prerequirements**
10
-
- You have a running Ubuntu 22.04 environment
10
+
- You have a running Ubuntu 24.04 environment
11
11
- You have an existing Github account and added a SSH key to your account
12
12
- You have root access to your system (sudo)
13
13
@@ -23,17 +23,17 @@ If you have not previously set up any of our software stack, you can use the fol
23
23
Manual steps with in depth explanation
24
24
--------------------------------------
25
25
26
-
**0. Use Ubuntu 22.04**
26
+
**0. Use Ubuntu 24.04**
27
27
28
28
As ROS works best on Ubuntu, we are using this distribution.
29
-
Currently, ROS2 Iron runs on Ubuntu 22.04.
29
+
Currently, ROS2 Jazzy runs on Ubuntu 24.04.
30
30
31
-
If you are not already using Ubuntu 22.04, consider installing it on your system (perhaps as a dual boot?).
31
+
If you are not already using Ubuntu 24.04, consider installing it on your system (perhaps as a dual boot?).
32
32
Alternatively you can use a devcontainer :doc:`vscode-dev-container`, with a preconfigured environment and follow those instructions, as these docs do not apply to the devcontainer.
33
33
34
34
**1. Setup and Install ROS 2**
35
35
36
-
- Follow this guide and when it comes to the section **Install ROS 2 packages**, install the recommended ``ros-iron-desktop-full``: https://docs.ros.org/en/iron/Installation/Ubuntu-Install-Debians.html
36
+
- Follow this guide and when it comes to the section **Install ROS 2 packages**, install the recommended ``ros-jazzy-desktop-full``: https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html
37
37
- Install additional dependencies:
38
38
39
39
.. code-block:: bash
@@ -88,7 +88,7 @@ If you want to install it, you can do so by running ``make webots`` in the bitbo
88
88
89
89
**4. Setup colcon workspace**
90
90
91
-
`Colcon <https://docs.ros.org/en/iron/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.html>`_ is the tool provided by ROS 2 to build and install our ROS packages, so that they can be launched later.
91
+
`Colcon <https://docs.ros.org/en/jazzy/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.html>`_ is the tool provided by ROS 2 to build and install our ROS packages, so that they can be launched later.
92
92
The colcon workspace is where your source code gets build and where we use colcon.
0 commit comments