Skip to content
Snippets Groups Projects
Commit e9a3eca7 authored by priseborough's avatar priseborough Committed by Lorenz Meier
Browse files

msg: add velocity accuracy reporting to local position topic

parent d0d2c9dc
No related branches found
No related tags found
No related merge requests found
......@@ -59,5 +59,7 @@ uint64 surface_bottom_timestamp # Time when new bottom surface found since syst
bool dist_bottom_valid # true if distance to bottom surface is valid
float32 eph # Standard deviation of horizontal position error, (metres)
float32 epv # Standard deviation of vertical position error, (metres)
float32 evh # Standard deviation of horizontal velocity error, (metres/sec)
float32 evv # Standard deviation of horizontal velocity error, (metres/sec)
# 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