#include <sensor.h>
|
dReal | maxtorque |
| Maximum possible torque actuator can apply (on output side). This includes the actuator's rotor, if one exists.
|
|
dReal | maxcurrent |
| Maximum permissible current of the actuator. If this current value is exceeded for a prolonged period of time, then an error could occur (due to heat, etc).
|
|
dReal | nominalcurrent |
| Rated current of the actuator.
|
|
dReal | maxvelocity |
| Maximum permissible velocity of the system (on output side).
|
|
dReal | maxacceleration |
| Maximum permissible acceleration of the system (on output side).
|
|
dReal | maxjerk |
| Maximum permissible jerking of the system (on output side). The jerk results from a sudden change in acceleration.
|
|
dReal | staticfriction |
| minimum torque that must be applied for actuator to overcome static friction
|
|
dReal | viscousfriction |
| friction depending on the velocity of the actuator
|
|
sensor.h の 273 行で定義されています。
virtual SensorType OpenRAVE::SensorBase::ActuatorGeomData::GetType |
( |
| ) |
|
|
inlinevirtual |
dReal OpenRAVE::SensorBase::ActuatorGeomData::maxacceleration |
Maximum permissible acceleration of the system (on output side).
sensor.h の 283 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::maxcurrent |
Maximum permissible current of the actuator. If this current value is exceeded for a prolonged period of time, then an error could occur (due to heat, etc).
sensor.h の 280 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::maxjerk |
Maximum permissible jerking of the system (on output side). The jerk results from a sudden change in acceleration.
sensor.h の 284 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::maxtorque |
Maximum possible torque actuator can apply (on output side). This includes the actuator's rotor, if one exists.
sensor.h の 279 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::maxvelocity |
Maximum permissible velocity of the system (on output side).
sensor.h の 282 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::nominalcurrent |
Rated current of the actuator.
sensor.h の 281 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::staticfriction |
minimum torque that must be applied for actuator to overcome static friction
sensor.h の 285 行で定義されています。
dReal OpenRAVE::SensorBase::ActuatorGeomData::viscousfriction |
friction depending on the velocity of the actuator
sensor.h の 286 行で定義されています。
このクラスの説明は次のファイルから生成されました: