Home
last modified time | relevance | path

Searched refs:OdometryConstraint (Results 1 – 1 of 1) sorted by relevance

/external/ceres-solver/examples/
Drobot_pose_mle.cc165 struct OdometryConstraint { struct
166 typedef AutoDiffCostFunction<OdometryConstraint, 1, 1> OdometryCostFunction; argument
168 OdometryConstraint(double odometry_mean, double odometry_stddev) : in OdometryConstraint() argument
179 new OdometryConstraint(odometry_value, FLAGS_odometry_stddev)); in Create() argument
300 problem.AddResidualBlock(OdometryConstraint::Create(odometry_values[i]), in main()