RustPhysicsMQ/configurations/mot/mot_std.toml

15 lines
254 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.00
2026-03-02 18:40:33 +00:00
# roll, pitch, yaw
2026-02-06 14:20:27 +00:00
motor_map = [
2026-03-02 18:40:33 +00:00
[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
2026-02-06 14:20:27 +00:00
]