7 #ifndef DYNAMICS2D_DIFFERENTIALSTEERING_CONTROL_H 
    8 #define DYNAMICS2D_DIFFERENTIALSTEERING_CONTROL_H 
   11    class CDynamics2DEngine;
 
   14 #include <argos3/plugins/simulator/physics_engines/dynamics2d/dynamics2d_velocity_control.h> 
   15 #include <argos3/core/utility/math/vector2.h> 
   26                                              Real f_interwheel_distance,
 
   35          return m_fInterwheelDistance;
 
   40       Real m_fInterwheelDistance;
 
float Real
Collects all ARGoS code. 
 
ticpp::Element TConfigurationNode
The ARGoS configuration XML node. 
 
virtual ~CDynamics2DDifferentialSteeringControl()
 
CDynamics2DDifferentialSteeringControl(CDynamics2DEngine &c_engine, Real f_max_force, Real f_max_torque, Real f_interwheel_distance, TConfigurationNode *t_node=NULL)
 
Real GetInterwheelDistance() const 
 
void SetWheelVelocity(Real f_left_wheel, Real f_right_wheel)
 
The namespace containing all the ARGoS related code.