Skip to content
Snippets Groups Projects
Commit 80775d58 authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Lorenz Meier
Browse files

vehicle constraints: minimum distance to ground. currently used when distance sensor

is available
parent ee7d5c3f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment