Hi I’m using ODrive-Pro and tested it using firmware 0.6.3
And I have a question.
The mechanical brake does not work under the following conditions.
Why?
odrv0.config.gpio5_mode = GPIO_MODE_MECH_BRAKE
odrv0.axis0.mechanical_brake.config.gpio_num = 5
odrv0.axis0.mechanical_brake.engage()
and
odrv0.axis0.requested_state = AxisState.CLOSED_LOOP_CONTROL ->not working brake gpio-5 !
If it’s a bug, is there any hope of fixing it?
thanks.