Fixed-wing: split out control of steering wheel into seperate message LandingGearWheel

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>
This commit is contained in:
Silvan Fuhrer
2022-10-31 16:56:20 +01:00
committed by Daniel Agar
parent 6c611a7e8b
commit a787a326e3
10 changed files with 102 additions and 10 deletions
+1
View File
@@ -109,6 +109,7 @@ set(msg_files
IridiumsbdStatus.msg
IrlockReport.msg
LandingGear.msg
LandingGearWheel.msg
LandingTargetInnovations.msg
LandingTargetPose.msg
LedControl.msg
+3
View File
@@ -0,0 +1,3 @@
uint64 timestamp # time since system start (microseconds)
float32 normalized_wheel_setpoint # negative is turning left, positive turning right [-1, 1]