17 Real f_interwheel_distance,
20 m_fInterwheelDistance(f_interwheel_distance) {}
48 Real fVelocity = (f_right_wheel + f_left_wheel) * 0.5f;
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
void SetWheelVelocity(Real f_left_wheel, Real f_right_wheel)
CDynamics2DDifferentialSteeringControl(CDynamics2DEngine &c_engine, Real f_max_force, Real f_max_torque, Real f_interwheel_distance, TConfigurationNode *t_node=NULL)
cpBody * m_ptControlledBody
void SetAngularVelocity(Real f_velocity)
void SetLinearVelocity(const CVector2 &c_velocity)