Open WinstonHartnett opened 1 year ago
all complete except for:
reboot everything button --> not worth implementing to screw up current working code loop logic
CAN network status
check branch dashboard_klin
Uncomment these lines for actual usage: 155 # socket.send_string(controls_json) 156 # response = socket.recv_string() 157 # packet = response.replace("\", "").strip('"') 245 # socket.send_string(json.dumps(packet))
Comment these lines for usage (these lines are used for testing w/o connection only): 159 # packet = json.loads(controls_json) 163 # response_json["battery"] = 4
GUI dashboard for
remote_controller.py
with (in order of priority):remote_controller.py
output)ReadMainBatteryVoltage
)ReadMainBatteryVoltage
errored here)Possible libraries here