Public Member Functions | Protected Member Functions
ImuSensor Class Reference

An IMU sensor. More...

#include <ImuSensor.hh>

Inheritance diagram for ImuSensor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ImuSensor (Body *body)
 Constructor.
virtual ~ImuSensor ()
 Destructor.
Pose GetVelocity ()

Protected Member Functions

virtual void LoadChild (XMLConfigNode *node)
virtual void SaveChild (std::string &prefix, std::ostream &stream)
 Save the sensor info in XML format.
virtual void InitChild ()
 Initialize the ray.
virtual void UpdateChild ()
 Update sensed values.
virtual void FiniChild ()
 Finalize the ray.

Detailed Description

An IMU sensor.


Constructor & Destructor Documentation

ImuSensor ( Body *  body)

Constructor.

Parameters:
bodyThe IMU sensor must be attached to a body.

Member Function Documentation

virtual void LoadChild ( XMLConfigNode *  node) [protected, virtual]
Parameters:
nodeThe XMLConfig node

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