UChicago-Robotics / BattleBot

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

Receiving CAN messages w/ a buffer #4

Open WinstonHartnett opened 1 year ago

WinstonHartnett commented 1 year ago

Currently, the main robot_controller thread just sends CAN messages. Should probably use python-can's BufferedReader in tandem w/ a Notifier to process messages. See #3 for what should be done with the messages.