25 #include "worldsimconfig.h"
29 #include "motorcontrollers.h"
30 #include "sensorcontrollers.h"
159 return m_proximityIR;
178 virtual void preUpdate();
186 virtual void postUpdate();
198 void setProximityIRSensorsGraphicalProperties(
bool drawSensor,
bool drawRay =
false,
bool drawRealRay =
false);
210 void setGroundIRSensorsGraphicalProperties(
bool drawSensor,
bool drawRay =
false,
bool drawRealRay =
false);
220 void doKinematicSimulation(
bool k);
227 bool isKinematic()
const
229 return m_kinematicSimulation;
242 void setLeftWheelDesideredVelocity(real velocity);
253 void setRightWheelDesideredVelocity(real velocity);
262 virtual void changedMatrix();
276 QVector<PhyObject*> m_wheels;
284 QVector<wMatrix> m_wheelsTransformation;
292 QVector<PhyJoint*> m_wheelJoints;
314 bool m_kinematicSimulation;
319 real m_leftWheelVelocity;
324 real m_rightWheelVelocity;