mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00: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 "")
|
||||
|
||||
8
msg/vehicle_constraints.msg
Normal file
8
msg/vehicle_constraints.msg
Normal file
@@ -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