CollisionConstraints (UORB message)
Local setpoint constraints in NED frame. setting something to NaN means that no limit is provided.
TOPICS: collision_constraints
Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|---|---|---|---|---|
| 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
c
# 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