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.
The namespace containing all the ARGoS related code.
ticpp::Element TConfigurationNode
The ARGoS configuration XML node.
Real GetInterwheelDistance() const
virtual ~CDynamics2DDifferentialSteeringControl()
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)