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

Method DepthError

okvis_ros/okvis/okvis_ceres/src/DepthError.cpp:48–52  ·  view source on GitHub ↗

Construct with measurement, variance and LandmarkSubset.

Source from the content-addressed store, hash-verified

46
47// Construct with measurement, variance and LandmarkSubset.
48DepthError::DepthError(double depth, const information_t& information, double first_depth) {
49 // LOG(INFO) << "DepthError initialization";
50 setMeasurement(depth, first_depth);
51 setInformation(information);
52}
53
54void DepthError::setInformation(const information_t& information) {
55 information_ = information;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected