Explorar el Código

fix(chapt2): Update 4.使用RCLCPP编写节点.md (#18)

欲穷三千界 hace 2 años
padre
commit
f9256d8d14
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/humble/chapt2/get_started/4.使用RCLCPP编写节点.md

+ 2 - 2
docs/humble/chapt2/get_started/4.使用RCLCPP编写节点.md

@@ -26,7 +26,7 @@ ros2 pkg create example_cpp --build-type ament_cmake --dependencies rclcpp
 
 - pkg create 是创建包的意思
 - --build-type 用来指定该包的编译类型,一共有三个可选项`ament_python`、`ament_cmake`、`cmake`
-- --dependencies 指的是这个功能包的依赖,这里小鱼给了一个ros2的python客户端接口`rclpy`
+- --dependencies 指的是这个功能包的依赖,这里小鱼给了一个ros2的C++客户端接口`rclcpp`
 
 
 
@@ -141,4 +141,4 @@ ros2 run example_cpp node_01
 - **小鱼微信:AiIotRobot**
 - **QQ交流群:139707339**
 
-- 版权保护:已加入“维权骑士”(rightknights.com)的版权保护计划
+- 版权保护:已加入“维权骑士”(rightknights.com)的版权保护计划