7#ifndef CCI_DIFFERENTIAL_STEERING_ACTUATOR_H
8#define CCI_DIFFERENTIAL_STEERING_ACTUATOR_H
12 class CCI_DifferentialSteeringActuator;
15#include <argos3/core/control_interface/ci_actuator.h>
26 Real f_right_velocity) = 0;
float Real
Collects all ARGoS code.
The namespace containing all the ARGoS related code.
The basic interface for all actuators.
virtual void CreateLuaState(lua_State *pt_lua_state)=0
Creates the Lua state for this actuator.
virtual ~CCI_DifferentialSteeringActuator()
virtual void SetLinearVelocity(Real f_left_velocity, Real f_right_velocity)=0
Real m_fCurrentVelocity[2]