Skip to content

Commit

Permalink
Merge pull request #55 from utiasASRL/feature/m600_cov
Browse files Browse the repository at this point in the history
Feature/m600 cov
  • Loading branch information
MollieBianchi authored Feb 9, 2021
2 parents 23df91f + 01f7d7c commit 5ecad3d
Show file tree
Hide file tree
Showing 35 changed files with 4,808 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ build
*~
.idea
CMakeLists.txt.user
*.swp
5 changes: 5 additions & 0 deletions include/steam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <steam/evaluator/blockauto/transform/TransformEvaluator.hpp>
#include <steam/evaluator/blockauto/transform/PositionEvaluator.hpp>
#include <steam/evaluator/blockauto/transform/TransformStateEvaluator.hpp>
#include <steam/evaluator/blockauto/transform/InverseTransformEvaluator.hpp>
#include <steam/evaluator/blockauto/transform/FixedTransformEvaluator.hpp>
#include <steam/evaluator/blockauto/transform/TransformEvalOperations.hpp>

Expand All @@ -34,6 +35,9 @@
#include <steam/evaluator/samples/TransformErrorEval.hpp>
#include <steam/evaluator/samples/PositionErrorEval.hpp>
#include <steam/evaluator/samples/VectorSpaceErrorEval.hpp>
#include <steam/evaluator/samples/LinearFuncErrorEval.hpp>
#include <steam/evaluator/samples/ImuErrorEval.hpp>
#include <steam/evaluator/samples/PointToPointErrorEval.hpp>

// evaluator - block auto diff
#include <steam/evaluator/blockauto/EvalTreeNode.hpp>
Expand All @@ -59,5 +63,6 @@

// trajectory
#include <steam/trajectory/SteamTrajInterface.hpp>
#include <steam/trajectory/SteamCATrajInterface.hpp>

#endif // STEAM_ESTIMATION_LIBRARY_HPP
Loading

0 comments on commit 5ecad3d

Please sign in to comment.