FW Position Controller rework

- split up old module into two, one handling setpoint generation, one control
- add lateral and longitudinal control setpoints topics that can also be
injected from companion computer
- add configuration topics that (optionally) configure the controller
with limits and momentary settings

Signed-off-by: RomanBapst <bapstroman@gmail.com>
This commit is contained in:
RomanBapst
2025-01-08 15:34:43 +03:00
committed by Silvan
parent e50d5d8567
commit a2ba0e0c7a
105 changed files with 3240 additions and 2921 deletions
+3
View File
@@ -0,0 +1,3 @@
uint64 timestamp
float32 lateral_accel_max # [m/s^2] maps 1:1 to a maximum roll angle, accel_max = tan(roll_max) * GRAVITY