odriverobotics / ODrive

High performance motor control
https://odriverobotics.com
MIT License
2.89k stars 1.5k forks source link

'AXIS_STATE_MOTOR_CALIBRATION' is not a member of 'ODriveArduino' #734

Open asif1001 opened 1 year ago

asif1001 commented 1 year ago

when i uploading code to Arduino i am getting below error

'AXIS_STATE_MOTOR_CALIBRATION' is not a member of 'ODriveArduino'

samuelsadok commented 1 year ago

AXIS_STATE_MOTOR_CALIBRATION is defined in ODriveEnums.h so you may have to #include that file.