24 #ifndef __CONTACTSENSOR_H
25 #define __CONTACTSENSOR_H
27 #include <ode_robots/color.h>
28 #include <ode_robots/physicalsensor.h>
77 virtual int get(
sensor* sensors,
int length)
const override;
79 virtual std::list<sensor>
getList()
const override;
81 virtual void update()
override ;
84 virtual void setDepth(
float depth,
long int time);
double sensor
Definition: types.h:29
Sphere primitive.
Definition: primitive.h:289
Interface class for primitives represented in the physical and graphical world.
Definition: primitive.h:80
Data structure holding all essential global information.
Definition: globaldata.h:57
Abstract class for sensors that have a physical representation.
Definition: physicalsensor.h:35