Closed jwidauer closed 7 years ago
Added test for the ekf update. Fixed some small spelling mistakes Fixed a problem with compilation on ubuntu 14.04, since it does not support std::make_unique<...>(...).
std::make_unique<...>(...)
Btw. will wait with review of #45 until this one is merged.
Added test for the ekf update. Fixed some small spelling mistakes Fixed a problem with compilation on ubuntu 14.04, since it does not support
std::make_unique<...>(...)
.