Skip to content
Snippets Groups Projects
Commit 180e7be7 authored by Matteo Pancotti's avatar Matteo Pancotti
Browse files

[ARP] format

parent 714a5617
Branches
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ struct PropagatorState ...@@ -42,7 +42,6 @@ struct PropagatorState
uint32_t nPropagations; ///< Predictions from last received NAS state uint32_t nPropagations; ///< Predictions from last received NAS state
NASState nas; NASState nas;
float ax = 0, ay = 0, float ax = 0, ay = 0,
az = 0; // propagater acceleration (Eigen::Vector3f could not be used az = 0; // propagater acceleration (Eigen::Vector3f could not be used
// because it is not trivially copyable) // because it is not trivially copyable)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment