You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
412 B
8 lines
412 B
# Auxiliary control fields for fixed-wing runway takeoff/landing
|
|
|
|
# Passes information from the FixedWingModeManager to the FixedWingAttitudeController
|
|
|
|
uint64 timestamp # [us] time since system start
|
|
|
|
bool wheel_steering_enabled # Flag that enables the wheel steering.
|
|
float32 wheel_steering_nudging_rate # [norm] [@range -1, 1] [FRD] Manual wheel nudging, added to controller output. NAN is interpreted as 0.
|
|
|