23     const int index)
 const    54     const int index, 
const double val)
   107     const auto* prevcmd =
   110     ASSERTMSG_(prevcmd, 
"Expected prevcmd of type `CVehicleVelCmd_DiffDriven`");
   137     double speed_scale = 1.0;
 
void serializeTo(mrpt::serialization::CArchive &out) const override
Pure virtual method for writing (serializing) to an abstract archive. 
 
#define IMPLEMENTS_SERIALIZABLE(class_name, base, NameSpace)
To be added to all CSerializable-classes implementation files. 
 
double filter_max_vw(double &v, double &w, const TVelCmdParams &p)
 
mrpt::vision::TStereoCalibParams params
 
Virtual base for velocity commands of different kinematic models of planar mobile robot...
 
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations. 
 
size_t getVelCmdLength() const override
Get number of components in each velocity command. 
 
#define ASSERT_(f)
Defines an assertion mechanism. 
 
double cmdVel_limits(const mrpt::kinematics::CVehicleVelCmd &prev_vel_cmd, const double beta, const TVelCmdParams ¶ms) override
See base class docs. 
 
double robotMax_W_radps
Max. 
 
void setToStop() override
Set to a command that means "do not move" / "stop". 
 
double ang_vel
Angular velocity (rad/s) 
 
#define ASSERTMSG_(f, __ERROR_MSG)
Defines an assertion mechanism. 
 
~CVehicleVelCmd_DiffDriven() override
 
void setVelCmdElement(const int index, const double val) override
Set each velocity command component. 
 
uint8_t serializeGetVersion() const override
Must return the current versioning number of the object. 
 
double lin_vel
Linear velocity (m/s) 
 
Virtual base class for "archives": classes abstracting I/O streams. 
 
mrpt::vision::TStereoCalibResults out
 
bool isStopCmd() const override
Returns true if the command means "do not move" / "stop". 
 
double getVelCmdElement(const int index) const override
Get each velocity command component. 
 
std::string getVelCmdDescription(const int index) const override
Get textual, human-readable description of each velocity command component. 
 
double robotMax_V_mps
Max. 
 
#define THROW_EXCEPTION_FMT(_FORMAT_STRING,...)
 
Parameters that may be used by cmdVel_limits() in any derived classes. 
 
void cmdVel_scale(double vel_scale) override
See docs of method in base class. 
 
Kinematic model for Ackermann-like or differential-driven vehicles. 
 
void serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) override
Pure virtual method for reading (deserializing) from an abstract archive.