MCPcopy Create free account
hub / github.com/AutonomousFieldRoboticsLab/SVIn / Estimator

Method Estimator

okvis_ros/okvis/okvis_ceres/src/Estimator.cpp:58–63  ·  view source on GitHub ↗

Constructor if a ceres map is already available.

Source from the content-addressed store, hash-verified

56
57// Constructor if a ceres map is already available.
58Estimator::Estimator(std::shared_ptr<okvis::ceres::Map> mapPtr)
59 : mapPtr_(mapPtr),
60 referencePoseId_(0),
61 cauchyLossFunctionPtr_(new ::ceres::CauchyLoss(1)),
62 huberLossFunctionPtr_(new ::ceres::HuberLoss(1)),
63 marginalizationResidualId_(0) {}
64
65// The default constructor.
66Estimator::Estimator()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected