34                         loadFromConfigFile(cfg,sSection);
    41                 void ptgDiffDriveSteeringFunction( 
float alpha, 
float t,
float x, 
float y, 
float phi, 
float &
v, 
float &
w ) const 
MRPT_OVERRIDE;
 GLclampf GLclampf GLclampf alpha
 
#define MRPT_OVERRIDE
C++11 "override" for virtuals: 
 
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
 
CPTG_DiffDrive_CS(const mrpt::utils::CConfigFileBase &cfg, const std::string &sSection)
 
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...
 
A PTG for optimal paths of type "CS", 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_)