mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vehicle constraints: minimum distance to ground. currently used when distance sensor
is available
This commit is contained in:
committed by
Lorenz Meier
parent
ee7d5c3f38
commit
80775d588b
@@ -6,6 +6,7 @@ float32 speed_xy # in meters/sec
|
||||
float32 speed_up # in meters/sec
|
||||
float32 speed_down # in meters/sec
|
||||
float32 tilt # in radians [0, PI]
|
||||
float32 min_distance_to_ground # in meters
|
||||
|
||||
int8 GEAR_DOWN = -1
|
||||
int8 GEAR_UP = 1
|
||||
|
||||
Reference in New Issue
Block a user