Skip to content

Commit 34eaa45

Browse files
authored
Merge pull request #2398 from borglab/feature/navstate_doc
NavState docs
2 parents 055a358 + 05b822f commit 34eaa45

File tree

4 files changed

+419
-1
lines changed

4 files changed

+419
-1
lines changed

examples/AbcEquivariantFilterExample.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,24 @@
1717
* @author Frank Dellaert
1818
* @date 2025
1919
*/
20+
2021
#include <gtsam/slam/dataset.h>
2122
#include <gtsam_unstable/geometry/ABC.h>
2223
#include <gtsam_unstable/geometry/ABCEquivariantFilter.h>
2324

25+
#include <array>
26+
#include <chrono>
27+
#include <cmath>
28+
#include <cstddef>
29+
#include <exception>
30+
#include <fstream>
31+
#include <iostream>
32+
#include <numeric>
33+
#include <sstream>
34+
#include <stdexcept>
35+
#include <string>
36+
#include <vector>
37+
2438
// Use namespace for convenience
2539
using namespace gtsam;
2640
constexpr size_t n = 1; // Number of calibration states

0 commit comments

Comments
 (0)