浏览代码

fix: 修复gazebo安装指令错误

鱼香ROS 3 年之前
父节点
当前提交
9c60118ca8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/foxy/chapt6/6.5Gazebo介绍.md
  2. 1 1
      docs/humble/chapt5/get_started/6.兼容仿真工具-Gazebo.md

+ 1 - 1
docs/foxy/chapt6/6.5Gazebo介绍.md

@@ -45,7 +45,7 @@ gazebo_ros_pkgs不是一个包,是一堆包如下:
 
 
 ```shell
-sudo apt install gazebo11
+sudo apt install gazebo
 ```
 
 ### 3.2 安装ROS2的两轮差速功能包

+ 1 - 1
docs/humble/chapt5/get_started/6.兼容仿真工具-Gazebo.md

@@ -48,7 +48,7 @@ gazebo_ros_pkgs不是一个包,是一堆包如下:
 
 
 ```shell
-sudo apt install gazebo11
+sudo apt install gazebo
 ```
 
 ### 3.2 安装ROS2的两轮差速功能包