mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- 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>
8 lines
606 B
Plaintext
8 lines
606 B
Plaintext
uint64 timestamp
|
|
|
|
# NOTE: At least one of course, airspeed_direction, or lateral_acceleration must be finite
|
|
|
|
float32 course # [-pi, pi] Course over ground setpoint, w.r.t. North. NAN if not controlled directly.
|
|
float32 airspeed_direction # [-pi, pi] Angle projected to ground of desired airspeed vector, w.r.t. North. NAN if not controlled directly, used as feedforward if course setpoint is finite.
|
|
float32 lateral_acceleration # [m/s^2] Lateral acceleration setpoint in FRD frame. NAN if not controlled directly, used as feedforward if either course setpoint or airspeed_direction is finite.
|