-
Notifications
You must be signed in to change notification settings - Fork 231
Description
Hello,
We are trying to setup our AutoRally (platform v1.4) on Ubuntu 18/Melodic, and we are currently running into an issue where the Teensy LC that controls our runstop box cannot communicate with any of our machines running Ubuntu 18. When it is plugged in, it shows up as 'arRunStop' in the /dev/ folder as it should, but the autorally_core RunStop node does not get any messages from it. The Arduino IDE is not able to read its messages from the serial monitor, nor can Cutecom. The Arduino IDE is also not able to upload code to it. However, it works fine on our Ubuntu 16 machines (RunStop node gets messages from it, Arduino Serial Monitor can read its messages, and Arduino IDE can upload code to it).
Do you have any ideas why we might be running into this issue?