RustPhysicsMQ/configurations/mot/mot_tc2.toml

15 lines
254 B
TOML
Raw Normal View History

2026-03-11 12:50:50 +00:00
max_thrust = 2.6
max_torque = 0.5
mass = 0.350
time_constant = 0.05
# roll, pitch, yaw
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
]