NTRT Simulator
Version: Master
|
Public Member Functions | |
Config () | |
Config (double maxLength=5, double minLength=0.1, double maxMotorForce=20, double maxVelocity=0.5) | |
Public Attributes | |
double | m_maxLength |
double | m_minLength |
double | m_maxMotorForce |
double | m_maxVelocity |
Definition at line 40 of file tgPrismatic.h.
tgPrismatic::Config::Config | ( | ) |
Dummy constructor to make the compiler happy.
Definition at line 41 of file tgPrismatic.cpp.