Klamp't  0.9.0
Public Member Functions | Public Attributes | List of all members
Klampt::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 Klampt::OmniscientStateEstimator:
Klampt::RobotStateEstimator

Public Member Functions

 OmniscientStateEstimator (RobotModel &_robot, ODERobot &_oderobot)
 
virtual void UpdateModel () override
 
- Public Member Functions inherited from Klampt::RobotStateEstimator
 RobotStateEstimator (RobotModel &_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 Klampt::RobotStateEstimator
RobotModelrobot
 

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: