Explorar o código

[fix]:添加动作描述

鱼香ROS %!s(int64=3) %!d(string=hai) anos
pai
achega
efa444ff81
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      docs/humble/chapt3/get_started/7.ROS2接口介绍.md

+ 3 - 0
docs/humble/chapt3/get_started/7.ROS2接口介绍.md

@@ -83,10 +83,13 @@ int64 sum
 动作接口格式:`xxx.action`
 
 ```
+# 动作目标
 int32 order
 ---
+# 结果
 int32[] sequence
 ---
+# 中间反馈
 int32[] partial_sequence
 ```