Skip to content

Commit 8c44700

Browse files
docs: added more verbose documentation on thermal_current_scale parameter in TMotorServoActuator constructor
1 parent 2fb083d commit 8c44700

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

opensourceleg/actuators/tmotor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,9 @@ def __init__(
543543
- 'driver': use driver's native current (default)
544544
- 'amplitude-invariant': true phase current convention
545545
- 'power-invariant': power-invariant current convention
546-
thermal_current_scale: compensates for discrepancy between firmware k_t and effective k_t
546+
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
547549
"""
548550
# Validate motor type
549551
if motor_type not in TMOTOR_MODELS:

0 commit comments

Comments
 (0)