mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-23 10:03:41 +08:00
1.2 KiB
1.2 KiB
pageClass
| pageClass |
|---|
| is-wide-page |
CollisionConstraints (UORB message)
Local setpoint constraints in NED frame. setting something to NaN means that no limit is provided.
TOPICS: collision_constraints
Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
|---|---|---|---|---|
| timestamp | uint64 |
time since system start (microseconds) | ||
| original_setpoint | float32[2] |
velocities demanded | ||
| adapted_setpoint | float32[2] |
velocities allowed |
Source Message
::: details Click here to see original file
# 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
:::