Open WinstonHartnett opened 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.
robot_controller
python-can
BufferedReader
Notifier
Currently, the main
robot_controller
thread just sends CAN messages. Should probably usepython-can
'sBufferedReader
in tandem w/ aNotifier
to process messages. See #3 for what should be done with the messages.