-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#2585) * Add recommendation to update systems before installing ROS 2. Installing ROS 2 packages without updating the system first can lead to conflicts due to package version differences. This is generally useful but of particular importance on Ubuntu Jammy: ros2/ros2#1272 * Add system upgrade admonition to alternative installation methods. * Extract upgrade admonitions into a snippet. * Add upgrade admonitions to alternative installation methods. (cherry picked from commit b4527c0) # Conflicts: # source/Installation/Alternatives/RHEL-Development-Setup.rst # source/Installation/Alternatives/RHEL-Install-Binary.rst # source/Installation/RHEL-Install-RPMs.rst Co-authored-by: Steven! Ragnarök <[email protected]>
- Loading branch information
1 parent
f4a2884
commit 155f168
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ROS 2 packages are built on frequently updated Ubuntu systems. | ||
It is always recommended that you ensure your system is up to date before installing new packages. | ||
|
||
.. code-block:: bash | ||
sudo apt upgrade | ||