42 loadFromConfigFile(cfg,sSection);
48 void ptgDiffDriveSteeringFunction(
float alpha,
float t,
float x,
float y,
float phi,
float &
v,
float &
w ) const
MRPT_OVERRIDE;
52 double cte_a0v, cte_a0w;
GLclampf GLclampf GLclampf alpha
#define MRPT_OVERRIDE
C++11 "override" for virtuals:
CPTG_DiffDrive_alpha(const mrpt::utils::CConfigFileBase &cfg, const std::string &sSection)
GLubyte GLubyte GLubyte GLubyte w
This class allows loading and storing values and vectors of different types from a configuration text...
This is the base class for any user-defined PTG.
#define DEFINE_SERIALIZABLE_PRE_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)
This declaration must be inserted in all CSerializable classes definition, before the class declarati...
GLsizei const GLchar ** string
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
The "a(symptotic)-alpha PTG", as named in PTG papers.
Base class for all PTGs suitable to non-holonomic, differentially-driven (or Ackermann) vehicles base...
#define DEFINE_SERIALIZABLE_POST_CUSTOM_BASE_LINKAGE(class_name, base_name, _LINKAGE_)