![]() |
Kuon
1.1.3
RoadNarrows Robotics Large Outdoor Mobile Robot Project
|
Robotic motor specification. More...
#include <kuonSpec.h>
Public Member Functions | |
| KuonSpecMotor_T | operator= (const KuonSpecMotor_T &rhs) |
| Assignment operator. More... | |
Public Attributes | |
| std::string | m_strName |
| motor name | |
| int | m_nMotorId |
| robot unique robot motor id | |
| int | m_nMotorCtlrId |
| motor controller id | |
| int | m_nMotorIndex |
| motor controller unique motor index | |
| double | m_fGearRatio |
| motor gear ratio | |
| double | m_fTireRadius |
| tire radius (mm) | |
| int | m_nDir |
| normalize cw/ccw direction. | |
Robotic motor specification.
Definition at line 111 of file kuonSpec.h.
|
inline |
Assignment operator.
| rhs | Right hand side object. |
Definition at line 120 of file kuonSpec.h.
References m_fGearRatio, m_fTireRadius, m_nDir, m_nMotorCtlrId, m_nMotorId, m_nMotorIndex, and m_strName.