Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Member Functions | Public Attributes
mrpt::kinematics::CVehicleVelCmd::TVelCmdParams Struct Reference

Detailed Description

Parameters that may be used by cmdVel_limits() in any derived classes.

Definition at line 50 of file CVehicleVelCmd.h.

#include <mrpt/kinematics/CVehicleVelCmd.h>

Public Member Functions

 TVelCmdParams ()
 
void loadConfigFile (const mrpt::config::CConfigFileBase &cfg, const std::string &section)
 Load any parameter required by a CVehicleVelCmd derived class. More...
 
void saveToConfigFile (mrpt::config::CConfigFileBase &c, const std::string &s) const
 

Public Attributes

double robotMax_V_mps
 Max. More...
 
double robotMax_W_radps
 Max. More...
 
double robotMinCurvRadius
 Min. More...
 

Constructor & Destructor Documentation

◆ TVelCmdParams()

CVehicleVelCmd::TVelCmdParams::TVelCmdParams ( )

Definition at line 70 of file CVehicleVelCmd.cpp.

Member Function Documentation

◆ loadConfigFile()

void CVehicleVelCmd::TVelCmdParams::loadConfigFile ( const mrpt::config::CConfigFileBase cfg,
const std::string section 
)

◆ saveToConfigFile()

void CVehicleVelCmd::TVelCmdParams::saveToConfigFile ( mrpt::config::CConfigFileBase c,
const std::string s 
) const

Member Data Documentation

◆ robotMax_V_mps

double mrpt::kinematics::CVehicleVelCmd::TVelCmdParams::robotMax_V_mps

Max.

linear speed (m/s) [Default=-1 (not set), will raise exception if needed and not set]

Definition at line 54 of file CVehicleVelCmd.h.

Referenced by loadConfigFile().

◆ robotMax_W_radps

double mrpt::kinematics::CVehicleVelCmd::TVelCmdParams::robotMax_W_radps

Max.

angular speed (rad/s) [Default=-1 (not set), will raise exception if needed and not set]

Definition at line 57 of file CVehicleVelCmd.h.

Referenced by loadConfigFile().

◆ robotMinCurvRadius

double mrpt::kinematics::CVehicleVelCmd::TVelCmdParams::robotMinCurvRadius

Min.

radius of curvature of paths (m) [Default=-1 (not set), will raise exception if needed and not set]

Definition at line 60 of file CVehicleVelCmd.h.

Referenced by loadConfigFile().




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST