Selaa lähdekoodia

添加解释链接

sangxin 3 vuotta sitten
vanhempi
commit
9c56b382d0
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      docs/chapt4/4.2话题通信实现(Python).md

+ 3 - 2
docs/chapt4/4.2话题通信实现(Python).md

@@ -30,7 +30,8 @@ class WriterNode(Node):
 - 创建一个话题订阅者的能力
 - 获取日志打印器的能力
 
-> 除了上述四种能力之外,Node节点所具备的详细的能力可以查看[API]():https://docs.ros2.org/foxy/api/rclpy/index.html
+> 除了上述四种能力之外,Node节点所具备的详细的能力可以查看[API](https://mp.weixin.qq.com/s/uggvp782InK31ZKCynglwg
+):https://docs.ros2.org/foxy/api/rclpy/index.html
 
 
 接下来我们就依次调用WriterNode所继承的能力来实现订阅发布功能。
@@ -174,7 +175,7 @@ ros2 run village_li li4_node
 
 1. 导入订阅的话题接口类型
 
-2. 创建订阅[回调函数]()
+2. 创建订阅[回调函数](https://mp.weixin.qq.com/s/BW18iCGqxlbS3KDF5rp0Aw)
 3. 声明并创建订阅者
 4. 编写订阅回调处理逻辑