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

Method PoseError

okvis_ros/okvis/okvis_ceres/src/PoseError.cpp:49–53  ·  view source on GitHub ↗

Construct with measurement and information matrix.

Source from the content-addressed store, hash-verified

47
48// Construct with measurement and information matrix.
49PoseError::PoseError(const okvis::kinematics::Transformation& measurement,
50 const Eigen::Matrix<double, 6, 6>& information) {
51 setMeasurement(measurement);
52 setInformation(information);
53}
54
55// Construct with measurement and variance.
56PoseError::PoseError(const okvis::kinematics::Transformation& measurement,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected