mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
msg: first draft of vehicle_constraints message
This commit is contained in:
committed by
Lorenz Meier
parent
51d4c1f305
commit
0f4be12646
@@ -132,6 +132,7 @@ set(msg_files
|
||||
vehicle_status_flags.msg
|
||||
vtol_vehicle_status.msg
|
||||
wind_estimate.msg
|
||||
vehicle_constraints.msg
|
||||
)
|
||||
|
||||
if(NOT EXTERNAL_MODULES_LOCATION STREQUAL "")
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Local setpoint constraints in NED frame
|
||||
# setting something to NaN means that no limit is provided
|
||||
|
||||
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 [-Pi, Pi]
|
||||
Reference in New Issue
Block a user