You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
motor.sensor_offset | 0 | Offset of motor zero to sensor zero. Can be used to make position 0 take on a specific motor orientation. For user convenience. Value in rad.
49
49
motor.voltage_sensor_align | motor.voltage_limit | Limits voltage (and therefore current) during motor alignment. Value in Volts.
50
50
motor.velocity_index_search | NOT SET | Limits motor velocity during motor initialization. Give value in rad/s.
51
-
motor.zero_electric_angle | NOT SET | Needed for FOC control. Normally set during motor FOC initialization. Can be stored and supplied as a parameter to motor.initFOC().
52
-
motor.sensor_direction | NOT SET | Normally set during motor FOC initialization. Determines sensor direction vs positive motor direction (can be opposite, depending how you connect your motor cables). Can be stored and supplied as a parameter to motor.initFOC().
51
+
motor.zero_electric_angle | NOT SET | Needed for FOC control. Normally set during motor FOC initialization. If set before motor.initFOC(), measurement of zero electric angle is skipped during alignment.
52
+
motor.sensor_direction | NOT SET | Normally set during motor FOC initialization. Determines sensor direction vs positive motor direction (can be opposite, depending how you connect your motor cables). If set before motor.initFOC(), measurement of sensor's natural direction is skipped during alignment.
53
53
motor.motor_status | FOCMotorStatus::motor_uninitialized | Read-only. Tracks the motor initialization status. You can check it to see if initialization succeeded, calibration is complete, etc.
0 commit comments