Skip to content

Commit

Permalink
docs: add topic name parameters description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlee111 committed Nov 21, 2024
1 parent 28fbfac commit ad07be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ The node supports various parameters that can be configured via a YAML file or c
|----------------------------|------------------|---------------------------------|-----------------------------------------------------------------------------|
| `device_port` | `string` | `/dev/ttyUSB0` | The serial port to which the device is connected. |
| `baud_rate` | `int` | `1000000` | The baud rate for serial communication. |
| `control_topic` | `string` | `/dynamixel_control` | The topic name for control messages. |
| `status_topic` | `string` | `/dynamixel_status` | The topic name for status messages. |
| `dynamixels.ids` | `array of int` | `[1]` | List of Dynamixel motor IDs to be used. |
| `dynamixels.types` | `array of string`| `["MX"]` | List of types of Dynamixel motors (e.g., "MX" for MX series). |
| `dynamixels.max_position_limits` | `array of float` | `[3.14159]` | List of maximum position limits for the motors in radians. |
Expand Down
2 changes: 2 additions & 0 deletions docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ Dynamixel Sync Read & Write를 위한 ROS Development Kit.
|----------------------------|------------------|---------------------------------|-----------------------------------------------------------------------------|
| `device_port` | `string` | `/dev/ttyUSB0` | 장치가 연결된 시리얼 포트. |
| `baud_rate` | `int` | `1000000` | 시리얼 통신 속도. |
| `control_topic` | `string` | `/dynamixel_control` | 제어 메시지 토픽 이름. |
| `status_topic` | `string` | `/dynamixel_status` | 상태 메시지 토픽 이름. |
| `dynamixels.ids` | `array of int` | `[1]` | 사용할 Dynamixel 모터 ID 목록. |
| `dynamixels.types` | `array of string`| `["MX"]` | Dynamixel 모터 유형 목록 (예: "MX" for MX series). |
| `dynamixels.max_position_limits` | `array of float` | `[3.14159]` | 모터의 최대 위치 제한 목록. |
Expand Down

0 comments on commit ad07be8

Please sign in to comment.