24 #ifndef __PHYSICALSENSOR_H
25 #define __PHYSICALSENSOR_H
OdeHandle odeHandle
Definition: physicalsensor.h:58
virtual ~PhysicalSensor()
Definition: physicalsensor.h:39
Data structure for accessing the ODE.
Definition: odehandle.h:44
Matrixd Matrix
Definition: osgforwarddecl.h:47
Data structure for accessing the OpenSceneGraph.
Definition: osghandle.h:79
Abstract class for sensors that can be plugged into a robot.
Definition: sensor.h:43
PhysicalSensor()
Definition: physicalsensor.h:38
virtual void setPose(const osg::Matrix &pose)
changes the relative pose of the sensor
Definition: physicalsensor.h:55
virtual void setInitData(const OdeHandle &odeHandle, const OsgHandle &osgHandle, const osg::Matrix &pose)
sets the initial data structures
Definition: physicalsensor.h:45
osg::Matrix pose
Definition: physicalsensor.h:64
Abstract class for sensors that have a physical representation.
Definition: physicalsensor.h:35
OsgHandle osgHandle
Definition: physicalsensor.h:63
virtual osg::Matrix getPose()
relative pose of the sensor
Definition: physicalsensor.h:58
bool isInitDataSet
Definition: physicalsensor.h:65