Skip to content

Commit

Permalink
fix: 修订:ROS2-007-通信机制:参数服务 相关描述修正
Browse files Browse the repository at this point in the history
  • Loading branch information
JeacsonSnake committed Mar 6, 2025
1 parent 25c155e commit 79677eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/learningNote/Ros2_Note/2024_11_27.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Set parameter successful
ros2 param dump /node_a
```

它会在命令行窗口弹出以下信息
它会在命令行窗口弹出包含以下声明的信息

```txt
/node_a:
Expand Down Expand Up @@ -153,7 +153,7 @@ Set parameter successful
ros2 param load /node_a node_a.yaml
```

你应该会得到以下回执
你应该会得到拥有以下声明的回执

```txt
Set parameter height successful
Expand Down

0 comments on commit 79677eb

Please sign in to comment.