![]() |
Laelaps
2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
|
Laelaps powertrain tuning data class. More...
#include <laeTune.h>
Public Member Functions | |
LaeTunesPowertrain () | |
Default constructor. | |
~LaeTunesPowertrain () | |
Destructor. | |
LaeTunesPowertrain & | operator= (const LaeTunesPowertrain &rhs) |
Assignment operator. More... | |
void | print (const std::string &strKey, int indent=0) |
Print out tuning parameters to stdout. More... | |
Public Attributes | |
double | m_fVelPidKp |
motor velocity PID proportional const | |
double | m_fVelPidKi |
motor velocity PID integral constant | |
double | m_fVelPidKd |
motor velocity PID derivative constant | |
double | m_fTireRadius |
tire radius (meters) | |
double | m_fTireWidth |
tire width (meters) | |
LaeTunesPowertrain & LaeTunesPowertrain::operator= | ( | const LaeTunesPowertrain & | rhs | ) |
Assignment operator.
rhs | Right hand side object. |
Definition at line 206 of file laeTune.cxx.
References m_fTireRadius, m_fTireWidth, m_fVelPidKd, m_fVelPidKi, and m_fVelPidKp.
void LaeTunesPowertrain::print | ( | const std::string & | strKey, |
int | indent = 0 |
||
) |
Print out tuning parameters to stdout.
strKey | Powertrain key. |
indent | Left indentation. |
Definition at line 215 of file laeTune.cxx.