mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 23:44:48 +08:00
Update low_level.c
This commit is contained in:
@@ -70,8 +70,8 @@ Motor_t motors[] = {
|
||||
.vel_integrator_current = 0.0f, // [A]
|
||||
.vel_limit = 20000.0f, // [counts/s]
|
||||
.current_setpoint = 0.0f, // [A]
|
||||
.calibration_current = 10.0f, // [A]
|
||||
.resistance_calib_max_voltage = 1.0f, // [V]
|
||||
.calibration_current = 10.0f, // [A] If > 10A then resistance_calib_max_voltage may need to be increased
|
||||
.resistance_calib_max_voltage = 1.0f, // [V]
|
||||
.phase_inductance = 0.0f, // to be set by measure_phase_inductance
|
||||
.phase_resistance = 0.0f, // to be set by measure_phase_resistance
|
||||
.motor_thread = 0,
|
||||
|
||||
Reference in New Issue
Block a user