.. |
tests
|
Change all old cases of graph.emplace_shared<PriorFactor<...>>(...) and graph.add(PriorFactor<...>(...)) to graph.addPrior<...>(...). Removed unnecessary PriorFactor.h includes.
|
2020-04-11 20:09:54 -04:00 |
BatchFixedLagSmoother.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
BatchFixedLagSmoother.h
|
Change FastVector<size_t> to FactorIndices to make clang happy
|
2019-05-18 19:47:58 -07:00 |
CMakeLists.txt
|
No more Ceres dependecy, copied relevant Ceres files here (for now)
|
2014-10-20 23:53:56 +02:00 |
ConcurrentBatchFilter.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
ConcurrentBatchFilter.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
ConcurrentBatchSmoother.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
ConcurrentBatchSmoother.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
ConcurrentFilteringAndSmoothing.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
ConcurrentFilteringAndSmoothing.h
|
Consistent dllexport.h across gtsam & gtsam_unstable
|
2019-07-18 08:22:41 +02:00 |
ConcurrentIncrementalFilter.cpp
|
Compilation fixes
|
2019-04-11 10:49:45 -04:00 |
ConcurrentIncrementalFilter.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
ConcurrentIncrementalSmoother.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
ConcurrentIncrementalSmoother.h
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
FixedLagSmoother.cpp
|
replaced fabs with c++11 std::abs
|
2019-09-18 18:30:26 -04:00 |
FixedLagSmoother.h
|
Consistent dllexport.h across gtsam & gtsam_unstable
|
2019-07-18 08:22:41 +02:00 |
IncrementalFixedLagSmoother.cpp
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
IncrementalFixedLagSmoother.h
|
changed function name and made it static
|
2019-10-18 00:23:06 +08:00 |
LinearizedFactor.cpp
|
remove trailing spaces
|
2019-02-11 10:58:34 -05:00 |
LinearizedFactor.h
|
Consistent dllexport.h across gtsam & gtsam_unstable
|
2019-07-18 08:22:41 +02:00 |
NonlinearClusterTree.h
|
Caught some stragglers using boost::optional<Ordering>
|
2019-10-20 03:20:14 -04:00 |