terrain_estimator
Public Member Functions | List of all members
terrain_estimator::LegWheelOdometry Class Reference

Using asguard model it calculates the translation of each axis in the plane paralel to the ground This model assumes flat ground. With lowest feet contact point. This code should later be integrated into asguard odometry. More...

#include <ModelBaseAnalysis.hpp>

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW LegWheelOdometry (double angle_between_legs, double radius)
 
void setInitialEncoder (Vector4d encoder)
 
Vector4d translationAxes (Vector4d encoder)
 
double translationAxis (double encoder, double initial_encoder)
 

Detailed Description

Using asguard model it calculates the translation of each axis in the plane paralel to the ground This model assumes flat ground. With lowest feet contact point. This code should later be integrated into asguard odometry.

Author
Author:
Patrick Merz Paranhos
Date
Date:
15/09/2011

Contact: patri.nosp@m.ck.m.nosp@m.erz_p.nosp@m.aran.nosp@m.hos@d.nosp@m.fki..nosp@m.de

Constructor & Destructor Documentation

EIGEN_MAKE_ALIGNED_OPERATOR_NEW terrain_estimator::LegWheelOdometry::LegWheelOdometry ( double  angle_between_legs,
double  radius 
)
inline

Member Function Documentation

void terrain_estimator::LegWheelOdometry::setInitialEncoder ( Vector4d  encoder)
inline
Vector4d LegWheelOdometry::translationAxes ( Vector4d  encoder)

the translation in the paralel plane to soil the axis tranversed beetween 2 encouder measurement.

double LegWheelOdometry::translationAxis ( double  encoder,
double  initial_encoder 
)

the translation in the paralel plane to soil the axis tranversed beetween 2 encouder measurement.


The documentation for this class was generated from the following files: