There was an error while loading. Please reload this page.
1 parent 2fb083d commit 8c44700Copy full SHA for 8c44700
1 file changed
opensourceleg/actuators/tmotor.py
@@ -543,7 +543,9 @@ def __init__(
543
- 'driver': use driver's native current (default)
544
- 'amplitude-invariant': true phase current convention
545
- 'power-invariant': power-invariant current convention
546
- thermal_current_scale: compensates for discrepancy between firmware k_t and effective k_t
+ thermal_current_scale: defined as Kt_actual / Kt_effective
547
+ - compensates for discrepancy between Kt_actual defined in tmotor firmware and the effective Kt
548
+ for custom actuators by scaling the current input to the thermal model
549
"""
550
# Validate motor type
551
if motor_type not in TMOTOR_MODELS:
0 commit comments