Skip to content

Commit

Permalink
docs: change ControlMsgs name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlee111 committed Nov 21, 2024
1 parent a5a32ca commit 32ef161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dynamixel_rdk_msgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Bulk read message of the Dynamixel motor.
|-------|------|-------------|
| status_msgs | DynamixelStatusMsgs[] | The status messages of the Dynamixel motors. |

### `DynamixelBulkWriteMsgs`
### `DynamixelControlMsgs`
Bulk write message of the Dynamixel motor.

| Field | Type | Description |
Expand All @@ -46,5 +46,5 @@ Bulk write message of the Dynamixel motor.
## Disclaimer
- This package is based on the [Dynamixel SDK](https://github.com/ROBOTIS-GIT/DynamixelSDK), and the messages are adapted from the SDK.
- The error status of the Dynamixel motor is based on the [Dynamixel Protocol 2.0 status packet](https://emanual.robotis.com/docs/en/dxl/protocol2/#status-packet).
- `DynamixelBulkWriteMsgs` and `DynamixelMsgs` does not contains **id**. You need to push `DynamixelMsgs` to the `DynamixelBulkWriteMsgs` sequentially.
- `DynamixelControlMsgs` and `DynamixelMsgs` does not contains **id**. You need to push `DynamixelMsgs` to the `DynamixelControlMsgs` sequentially.

4 changes: 2 additions & 2 deletions dynamixel_rdk_msgs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Dynamixel 모터의 벌크 읽기 메시지.
|-------|------|-------------|
| status_msgs | DynamixelStatusMsgs[] | Dynamixel 모터의 상태 메시지. |

### `DynamixelBulkWriteMsgs`
### `DynamixelControlMsgs`
Dynamixel 모터의 벌크 쓰기 메시지.

| Field | Type | Description |
Expand All @@ -46,5 +46,5 @@ Dynamixel 모터의 벌크 쓰기 메시지.
## 비고
- 이 패키지는 [Dynamixel SDK](https://github.com/ROBOTIS-GIT/DynamixelSDK)를 기반으로 하며, 메시지는 SDK에서 영감을 받았습니다.
- Dynamixel 모터의 오류 상태는 [Dynamixel Protocol 2.0 상태 패킷](https://emanual.robotis.com/docs/en/dxl/protocol2/#status-packet)에서 영감을 받았습니다.
- `DynamixelBulkWriteMsgs``DynamixelMsgs`**id**를 포함하지 않습니다. `DynamixelMsgs`를 순차적으로 `DynamixelBulkWriteMsgs`에 추가해야 합니다.
- `DynamixelControlMsgs``DynamixelMsgs`**id**를 포함하지 않습니다. `DynamixelMsgs`를 순차적으로 `DynamixelControlMsgs`에 추가해야 합니다.

0 comments on commit 32ef161

Please sign in to comment.