|
Choreonoid
1.5
|
It will hold the information for Kinematics. More...
#include <DaeNode.h>
Public Member Functions | |
| DaeActuator () | |
Public Member Functions inherited from cnoid::DaeNode | |
| DaeNode () | |
| DaeNodePtr | clone () |
Public Member Functions inherited from cnoid::Dae | |
| Dae () | |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
| void | addRef () |
| void | releaseRef () |
Public Attributes | |
| double | assignedPowerRating |
| double | maxSpeed |
| double | noLoadSpeed |
| double | nominalTorque |
| double | nominalVoltage |
| double | rotorInertia |
| double | speedConstant |
| double | speedTorqueGradient |
| double | startingCurrent |
| double | terminalResistance |
| double | torqueConstant |
Public Attributes inherited from cnoid::DaeNode | |
| std::string | name |
| std::string | refNodeId |
| std::string | refName |
| DaeNodePtr | parent |
| DaeTransform | transform |
| DaeGeometries | geometries |
| DaeNodeStack | stack |
| DaeNodes | children |
| int | type |
Public Attributes inherited from cnoid::Dae | |
| std::string | id |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::DaeNode | |
| void | addChild (DaeNodePtr node) |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &org) | |
| int | refCount () const |
It will hold the information for Kinematics.
|
inline |
| double cnoid::DaeActuator::assignedPowerRating |
| double cnoid::DaeActuator::maxSpeed |
| double cnoid::DaeActuator::noLoadSpeed |
| double cnoid::DaeActuator::nominalTorque |
| double cnoid::DaeActuator::nominalVoltage |
| double cnoid::DaeActuator::rotorInertia |
| double cnoid::DaeActuator::speedConstant |
| double cnoid::DaeActuator::speedTorqueGradient |
| double cnoid::DaeActuator::startingCurrent |
| double cnoid::DaeActuator::terminalResistance |
| double cnoid::DaeActuator::torqueConstant |
1.8.13