Examples
All examples include two variants for serial, and MQTT. Source code can be found here
For more information, see Serial vs. MQTT
Core
Robot Connection
examples/core/connecting_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
examples/core/connecting.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
Robot Enabling and Disabling
examples/core/enable_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
examples/core/enable.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
|
Robot Emergency Stop
examples/core/estop_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 |
|
examples/core/estop.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 |
|
Robot State Retrieval
examples/core/state_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
examples/core/state.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
Robot Uptime Retrieval
examples/core/uptimes_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
examples/core/uptimes.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Battery
Robot Battery Readings
examples/battery/readings_serial.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
examples/battery/readings.py | |
---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|