22 #ifndef BULLETRAYSENSOR_HH
23 #define BULLETRAYSENSOR_HH
32 class BulletRayCollision;
50 double minRange,
double maxRange,
bool display);
53 public:
int GetCount()
const;
60 public:
double GetRange(
int index)
const;
63 public:
double GetRetro(
int index)
const;
66 public:
double GetFiducial(
int index)
const;
69 public:
virtual void Update();
72 private: std::vector<BulletRayCollision*> rays;
An Bullet Ray sensor.
Definition: BulletRaySensor.hh:40
Bullet Link class.
Definition: BulletLink.hh:44
The Vector3 class represents the generic vector containing 3 elements.
Definition: Vector3.hh:43
Link class defines a rigid body entity, containing information on inertia, visual and collision prope...
Definition: Link.hh:61
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48