mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
- landing_gear: refactor state name - Add the keep state to the landing gear message - Adapt FlightTaskManual, FlightTaskAutoMapper, mc_pos_control, to review message definition
13 lines
419 B
Plaintext
13 lines
419 B
Plaintext
# Local setpoint constraints in NED frame
|
|
# setting something to NaN means that no limit is provided
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 yawspeed # in radians/sec
|
|
float32 speed_xy # in meters/sec
|
|
float32 speed_up # in meters/sec
|
|
float32 speed_down # in meters/sec
|
|
float32 tilt # in radians [0, PI]
|
|
float32 min_distance_to_ground # in meters
|
|
float32 max_distance_to_ground # in meters
|