UChicago-Robotics / BattleBot

The Netcode, cotroller, drivers and saftey features for out Battlebots robot
1 stars 0 forks source link

Dashboard (again) #3

Open WinstonHartnett opened 1 year ago

WinstonHartnett commented 1 year ago

GUI dashboard for remote_controller.py with (in order of priority):

Possible libraries here

TangyKiwi commented 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

TangyKiwi commented 1 year ago

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