-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
GUI dashboard for remote_controller.py with (in order of priority):
- Button to enable/disable bot (see Pause
robot_controller.pyloop #2) - Button to reboot everything
- Console to display (
remote_controller.pyoutput) - % motor output (i.e. duty cycle) commanded of drivetraina and spinner motor controllers
- Battery voltage (use the Roboclaw's
ReadMainBatteryVoltage) - Network status, meaning:
- ODroid is responding to heartbeat packets
- Both drivetrain motors' 50Hz CAN STATUS_1 messages are being received (just check for can messages with ID = 0x00000900 and 0x00000901)
- Roboclaw is responding (you can probably just check if
ReadMainBatteryVoltageerrored here)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request