We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddfe6d commit ebab1c1Copy full SHA for ebab1c1
1 file changed
README.md
@@ -101,13 +101,8 @@ The system uses a numeric command system through the `/sima/start` topic:
101
```bash
102
# Format: ros2 topic pub /sima/start std_msgs/msg/Int16 "{data: <command>}"
103
104
- # Send command to all SIMA devices (0-9)
+ # Send command to all SIMA devices
105
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}"
111
```
112
113
2. Monitor system status:
0 commit comments