From 7ebfa4e8ecfc6b2b9c300347c6ad25f67b63166c Mon Sep 17 00:00:00 2001 From: TODO <@picknik.ai> Date: Tue, 24 May 2022 14:04:25 -0600 Subject: [PATCH] change source source /opt/ros/rolling/setup.bash to source /opt/ros/humble/setup.bash --- doc/tutorials/getting_started/getting_started.rst | 2 +- doc/tutorials/visualizing_in_rviz/visualizing_in_rviz.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/getting_started/getting_started.rst b/doc/tutorials/getting_started/getting_started.rst index de0e214dfe..d48ce5d433 100644 --- a/doc/tutorials/getting_started/getting_started.rst +++ b/doc/tutorials/getting_started/getting_started.rst @@ -8,7 +8,7 @@ Install ROS 2 and Colcon :ros_documentation:`Install ROS 2 {DISTRO_TITLE}`. It is easy to miss steps when going through the ROS 2 installation tutorial. If you run into errors in the next few steps, a good place to start is to go back and make sure you have installed ROS 2 correctly. One that users commonly forget is to source the ROS 2 install itself. :: - source /opt/ros/rolling/setup.bash + source /opt/ros/humble/setup.bash .. note:: Unlike ROS 1 setup scripts, in ROS 2 the setup scripts do not attempt to switch what version of ROS you are using. This means that if you have previously sourced a different version of ROS, including from within your ``.bashrc`` file, you will run into errors during the building step. To fix this change what is sourced in your ``.bashrc`` and start a new terminal. diff --git a/doc/tutorials/visualizing_in_rviz/visualizing_in_rviz.rst b/doc/tutorials/visualizing_in_rviz/visualizing_in_rviz.rst index 795ef2e4bb..8624fd83fa 100644 --- a/doc/tutorials/visualizing_in_rviz/visualizing_in_rviz.rst +++ b/doc/tutorials/visualizing_in_rviz/visualizing_in_rviz.rst @@ -197,7 +197,7 @@ Lastly, build your project again to make sure all the code additions are correct .. code-block:: bash cd ~/ws_moveit2 - source /opt/ros/rolling/setup.bash + source /opt/ros/humble/setup.bash colcon build --mixin debug 6 Enable visualizations in RViz