30 #ifndef CERES_EXAMPLES_POSE_GRAPH_2D_ANGLE_LOCAL_PARAMETERIZATION_H_ 31 #define CERES_EXAMPLES_POSE_GRAPH_2D_ANGLE_LOCAL_PARAMETERIZATION_H_ 32 #include "ceres/local_parameterization.h" 41 bool operator()(
const T* theta_radians,
const T* delta_theta_radians,
42 T* theta_radians_plus_delta)
const {
43 *theta_radians_plus_delta =
47 static ceres::LocalParameterization*
Create() {
54 #endif // CERES_EXAMPLES_POSE_GRAPH_2D_ANGLE_LOCAL_PARAMETERIZATION_H_
T NormalizeAngle(const T &angle_radians)
static ceres::LocalParameterization * Create()
bool operator()(const T *theta_radians, const T *delta_theta_radians, T *theta_radians_plus_delta) const