RustPhysicsMQ/configurations/mot/mot_tc.toml

13 lines
234 B
TOML
Raw Normal View History

2026-02-04 18:33:36 +00:00
max_thrust = 2.6
max_torque = 0.5
mass = 0.350
2026-02-06 14:20:27 +00:00
time_constant = 0.01
motor_map = [
[-1.0, 1.0, 1.0], # Front Right
[1.0, -1.0, 1.0], # Front Left
[1.0, 1.0, -1.0], # Rear Left
[-1.0, -1.0, -1.0], # Rear Right
]