| .. |
|
tests
|
Fix uninitialized variable usage
|
2020-05-13 09:42:56 +02:00 |
|
.gitignore
|
…
|
|
|
AHRSFactor.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
AHRSFactor.h
|
Fixed warning
|
2019-08-07 13:36:39 -04:00 |
|
AttitudeFactor.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
AttitudeFactor.h
|
Make attitude factor copy and move assignable
|
2019-11-22 13:39:09 -08:00 |
|
CMakeLists.txt
|
…
|
|
|
CombinedImuFactor.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
CombinedImuFactor.h
|
Move back code,, comments in the code
|
2019-10-18 14:16:07 -04:00 |
|
GPSFactor.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
|
GPSFactor.h
|
Many small improvements, bug-fixes, and tests
|
2016-02-24 11:01:19 -08:00 |
|
ImuBias.cpp
|
Moved ostream and print to cpp to not pollute includes
|
2016-01-28 08:24:00 -08:00 |
|
ImuBias.h
|
Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017'
|
2018-11-04 14:32:29 -05:00 |
|
ImuFactor.cpp
|
Use simpler Params type
|
2019-05-17 22:10:21 -04:00 |
|
ImuFactor.h
|
Fixed comments about order of things in covariance
|
2018-12-15 14:33:18 -05:00 |
|
MagFactor.h
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
|
ManifoldPreintegration.cpp
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
|
ManifoldPreintegration.h
|
Adding all missing GTSAM_EXPORT directives from 'origin/fix/msvc2017'
|
2018-11-04 14:32:29 -05:00 |
|
NavState.cpp
|
Abandoned silly coercion of NavState into Lie group. It's just a manifold: it does not make sense to compose two NavStates, or take the inverse of a NavState.
|
2016-06-05 01:04:18 -07:00 |
|
NavState.h
|
fix typo
|
2020-04-04 23:50:53 +05:30 |
|
PreintegratedRotation.cpp
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
|
PreintegratedRotation.h
|
Use const& for input param
|
2019-07-30 11:43:08 -04:00 |
|
PreintegrationBase.cpp
|
added functionality to change bias and reset integration
|
2016-06-04 23:00:48 -04:00 |
|
PreintegrationBase.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
PreintegrationParams.cpp
|
…
|
|
|
PreintegrationParams.h
|
initialize PreintegrationParams default constructor and make serialization test more explicit
|
2020-03-22 20:04:04 -04:00 |
|
Scenario.h
|
Added virtual destructors to avoid warnings (on Mac) and fixed some lint warnings.
|
2018-12-30 13:01:43 -05:00 |
|
ScenarioRunner.cpp
|
Reduced time to run very slow testScenario by reducing sample count for estimating covariance.
|
2019-06-12 14:21:08 -04:00 |
|
ScenarioRunner.h
|
Fixed issues with deprecated Sampler methods
|
2020-04-04 13:57:05 -04:00 |
|
TangentPreintegration.cpp
|
Full enchilada: SO3 is now SO<3>
|
2019-10-01 14:04:09 -04:00 |
|
TangentPreintegration.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
|
expressions.h
|
Added handy NavState expressions
|
2019-05-30 10:52:06 -04:00 |