#include <transform_delta_cost_functor.h>
TransformDeltaCostFunctor::TransformDeltaCostFunctor |
( |
Eigen::Matrix< double, 2, 1 > |
pos_world, |
|
|
Eigen::Matrix< double, 2, 1 > |
pos_gps, |
|
|
double |
covariance |
|
) |
| |
|
inline |
template<typename T >
bool TransformDeltaCostFunctor::Evaluate |
( |
const Rigid3< T > & |
transform, |
|
|
T *const |
residual |
|
) |
| const |
|
inline |
template<typename T >
bool TransformDeltaCostFunctor::operator() |
( |
const T *const |
translation, |
|
|
const T *const |
rotation, |
|
|
T *const |
residual |
|
) |
| const |
|
inline |
double TransformDeltaCostFunctor::inv_covariance_ |
|
private |
Eigen::Matrix<double, 2, 1> TransformDeltaCostFunctor::pos_gps_ |
|
private |
Eigen::Matrix<double, 2, 1> TransformDeltaCostFunctor::pos_world_ |
|
private |
The documentation for this class was generated from the following file: