Skip to content
Snippets Groups Projects
Commit 8299f571 authored by Mohammed Kabir's avatar Mohammed Kabir Committed by Lorenz Meier
Browse files

msg : add height limits to local position

parent 7f168617
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,9 @@ float32 evh # Standard deviation of horizontal velocity error, (metres/sec)
float32 evv # Standard deviation of horizontal velocity error, (metres/sec)
# estimator specified vehicle limits
float32 vxy_max # maximum horizontal speed - set to 0 when not applicable (metres/sec)
bool limit_hagl # true when the height above ground needs to be limited to observe optical flow focus and range finder limits
float32 vxy_max # maximum horizontal speed - set to 0 when limiting not required (meters/sec)
float32 vz_max # maximum vertical speed - set to 0 when limiting not required (meters/sec)
float32 hagl_min # minimum height above ground level - set to 0 when limiting not required (meters)
float32 hagl_max # maximum height above ground level - set to 0 when limiting not required (meters)
# TOPICS vehicle_local_position vehicle_local_position_groundtruth vehicle_vision_position
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