Klamp't  0.8.1
Public Member Functions | Public Attributes | List of all members
OmniscientStateEstimator Struct Reference

A state estimator will full knowledge of the robot's simulated state. An ODERobot must be provided at initialization. More...

#include <StateEstimator.h>

Inheritance diagram for OmniscientStateEstimator:
RobotStateEstimator

Public Member Functions

 OmniscientStateEstimator (Robot &_robot, ODERobot &_oderobot)
 
virtual void UpdateModel ()
 
- Public Member Functions inherited from RobotStateEstimator
 RobotStateEstimator (Robot &_robot)
 
virtual void ReadSensors (RobotSensors &sensors)
 
virtual void ReadCommand (const RobotMotorCommand &command)
 
virtual void Advance (Real dt)
 
virtual void Reset ()
 

Public Attributes

ODERobotoderobot
 
- Public Attributes inherited from RobotStateEstimator
Robotrobot
 

Detailed Description

A state estimator will full knowledge of the robot's simulated state. An ODERobot must be provided at initialization.


The documentation for this struct was generated from the following file: