Skip to content

Commit b422340

Browse files
Martin Zoulaklaxalk
authored andcommitted
Add notes on the installation.
1 parent 7e710ab commit b422340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/20-installation/10-native-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl https://ctu-mrs.github.io/ppa2-stable/add_ros_ppa.sh | bash
1818
sudo apt install ros-jazzy-desktop-full
1919
```
2020

21-
2. Configure your ROS environment according to [http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment)
21+
2. Configure your ROS environment. Follow the [official tutorial](https://docs.ros.org/en/jazzy/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html). Further, ROS2 relies heavily on Python utilities. On Ubuntu 24.04, however, daily work with system-wide packages (ROS2 Python utilities are installed system-wide) is discouraged in favor of virtual environments. Make sure your virtual environment can see the system-wide packages. (E.g., with `virtualenv` utility, use the `--system-site-packages`.)
2222

2323
3. Add the **[stable](https://github.com/ctu-mrs/ppa2-stable)** PPA into your apt-get repository:
2424
```bash

0 commit comments

Comments
 (0)