Skip to content

Commit

Permalink
Move MagPoseFactor to gtsam
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo Knowles committed Jun 8, 2021
1 parent 4270399 commit 9392bfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
* -------------------------------------------------------------------------- */

#include <gtsam/inference/Symbol.h>
#include <gtsam/geometry/Pose2.h>
#include <gtsam/geometry/Pose3.h>
#include <CppUnitLite/TestHarness.h>
#include <gtsam/base/numericalDerivative.h>
#include <gtsam/base/TestableAssertions.h>
#include <gtsam_unstable/slam/MagPoseFactor.h>
#include <gtsam/geometry/Pose2.h>
#include <gtsam/geometry/Pose3.h>
#include <gtsam/inference/Symbol.h>
#include <gtsam/navigation/MagPoseFactor.h>

using namespace gtsam;

Expand Down

0 comments on commit 9392bfd

Please sign in to comment.