diff --git a/migrating_gazebo_classic_ros2_packages.md b/migrating_gazebo_classic_ros2_packages.md index ae02373e5..cb166f434 100644 --- a/migrating_gazebo_classic_ros2_packages.md +++ b/migrating_gazebo_classic_ros2_packages.md @@ -42,7 +42,7 @@ The next step is to clone the `turtlebot3_simulation` package. We'll use the source /opt/ros/humble/setup.bash mkdir -p ~/turtlebot3_ws/src cd ~/turtlebot3_ws/src -git clone -b d16cdbe https://github.com/ROBOTIS-GIT/turtlebot3_simulations/ +git clone -b humble-devel https://github.com/ROBOTIS-GIT/turtlebot3_simulations/ ``` Install dependencies using `rosdep`