ODrive
ODrive copied to clipboard
Threading issue: axes global variable is referenced in unsafe way in controller::update
The axes variable is not volatile and could be written and read at the same time, leading to errors.