25 #include "worldsimconfig.h"
29 #include "motorcontrollers.h"
30 #include "sensorcontrollers.h"
136 return m_proximityIR;
145 virtual void preUpdate();
153 virtual void postUpdate();
165 void setProximityIRSensorsGraphicalProperties(
bool drawSensor,
bool drawRay =
false,
bool drawRealRay =
false);
175 void doKinematicSimulation(
bool k);
182 bool isKinematic()
const
184 return m_kinematicSimulation;
197 void setLeftWheelDesideredVelocity(real velocity);
208 void setRightWheelDesideredVelocity(real velocity);
217 virtual void changedMatrix();
235 wMatrix m_bodyInvTransformation;
243 QVector<PhyObject*> m_wheels;
252 QVector<wMatrix> m_wheelsTransformation;
260 QVector<PhyJoint*> m_wheelJoints;
277 bool m_kinematicSimulation;
282 real m_leftWheelVelocity;
287 real m_rightWheelVelocity;