#include <estimator.h>
Inheritance diagram for EstimatorBase:

Public Member Functions | |
| EstimatorBase (double x=0, double y=0, double ang=0) | |
| double | getXPos (void) |
| double | getYPos (void) |
| double | getAngle (void) |
Protected Attributes | |
| double | xpos |
| double | ypos |
| double | angle |
Definition at line 6 of file estimator.h.
|
||||||||||||||||
|
Definition at line 13 of file estimator.h. |
|
|
Definition at line 19 of file estimator.h. References angle. Referenced by Controller::info(), and main(). |
|
|
Definition at line 17 of file estimator.h. References xpos. Referenced by Controller::info(), and main(). |
|
|
Definition at line 18 of file estimator.h. References ypos. Referenced by Controller::info(), and main(). |
|
|
Definition at line 9 of file estimator.h. Referenced by getAngle(), and EncEstimator::update(). |
|
|
Definition at line 9 of file estimator.h. Referenced by getXPos(), and EncEstimator::update(). |
|
|
Definition at line 9 of file estimator.h. Referenced by getYPos(), and EncEstimator::update(). |
1.4.4