mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
9 lines
267 B
Plaintext
9 lines
267 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[2] original_setpoint # velocities demanded
|
|
float32[2] adapted_setpoint # velocities allowed
|
|
|