Skip to content

Commit ebab1c1

Browse files
committed
Update README to simplify SIMA command usage instructions
1 parent bddfe6d commit ebab1c1

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,8 @@ The system uses a numeric command system through the `/sima/start` topic:
101101
```bash
102102
# Format: ros2 topic pub /sima/start std_msgs/msg/Int16 "{data: <command>}"
103103

104-
# Send command to all SIMA devices (0-9)
104+
# Send command to all SIMA devices
105105
ros2 topic pub /sima/start std_msgs/msg/Int16 "{data: 5}"
106-
107-
# Send command to specific SIMA device (10-49)
108-
# Format: (address_index + 1) * 10 + command
109-
# Example: Send command 3 to SIMA_02 (address_index = 1)
110-
ros2 topic pub /sima/start std_msgs/msg/Int16 "{data: 13}"
111106
```
112107

113108
2. Monitor system status:

0 commit comments

Comments
 (0)