Is it possible to set odrive to go into closed-loop mode immediately at startup without an encoder calibration process?
odrv0.axis0.config.startup_encoder_offset_calibration = False
odrv0.axis0.encoder.config.pre_calibrated = True
I tried the above two, but if I turn off the encoder calibration process by setting odrv0.axis0.config.startup_encoder_offset_calibration = False, closed-loop mode does not run.