AP_Logger: fix missing unit description in VISP
This commit is contained in:
parent
6714aa4e83
commit
255c685a8a
@ -625,8 +625,8 @@ struct PACKED log_VisualPosition {
|
|||||||
float roll; // degrees
|
float roll; // degrees
|
||||||
float pitch; // degrees
|
float pitch; // degrees
|
||||||
float yaw; // degrees
|
float yaw; // degrees
|
||||||
float pos_err;
|
float pos_err; // meters
|
||||||
float ang_err;
|
float ang_err; // radians
|
||||||
uint8_t reset_counter;
|
uint8_t reset_counter;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user