mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
[dox] fix typos: rates are in rad/s
This commit is contained in:
+2
-2
@@ -368,13 +368,13 @@ struct State {
|
||||
|
||||
/**
|
||||
* Angular rates in body frame.
|
||||
* Units: rad/s^2 in BFP with #INT32_RATE_FRAC
|
||||
* Units: rad/s in BFP with #INT32_RATE_FRAC
|
||||
*/
|
||||
struct Int32Rates body_rates_i;
|
||||
|
||||
/**
|
||||
* Angular rates in body frame.
|
||||
* Units: rad/s^2
|
||||
* Units: rad/s
|
||||
*/
|
||||
struct FloatRates body_rates_f;
|
||||
/** @}*/
|
||||
|
||||
Reference in New Issue
Block a user