|
odometry
|
#include <Gaussian3D.hpp>
Public Member Functions | |
| virtual | ~Gaussian3D () |
| virtual base::Pose | getPoseDelta ()=0 |
| virtual Eigen::Matrix3d | getPositionError ()=0 |
| virtual Eigen::Matrix3d | getOrientationError ()=0 |
| base::Matrix6d | getPoseError () |
base class of a 3d odometry model with a gaussian error model
|
inlinevirtual |
|
pure virtual |
returns the covariance matrix of the orientation error as an axis angle vector on a manifold.
Implemented in odometry::Skid4Odometry, odometry::SkidOdometry, and odometry::FootContact.
|
pure virtual |
return the pose delta in the body fixed frame of the previous state.
Implemented in odometry::SkidOdometry, and odometry::FootContact.
|
inline |
|
pure virtual |
returns the covariance matrix of the linear velocity
Implemented in odometry::Skid4Odometry, odometry::SkidOdometry, and odometry::FootContact.
1.8.13