mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-07 01:37:07 +08:00
Completely detach the steering wheel logic from the yaw controller (beside using the same manual stick input in a manual flight mode). Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 normalized_wheel_setpoint # negative is turning left, positive turning right [-1, 1]
|