AP_Logger: fix missing unit description in VISP

This commit is contained in:
chobitsfan 2020-06-09 08:40:29 +08:00 committed by Randy Mackay
parent 6714aa4e83
commit 255c685a8a

View File

@ -625,8 +625,8 @@ struct PACKED log_VisualPosition {
float roll; // degrees
float pitch; // degrees
float yaw; // degrees
float pos_err;
float ang_err;
float pos_err; // meters
float ang_err; // radians
uint8_t reset_counter;
};