Stores force data.
[詳細]
#include <sensor.h>
|
Vector | force |
| Force in X Y Z, in newtons.
|
|
Vector | torque |
| Torque in X Y Z, in newtonmeters.
|
|
uint64_t | __stamp |
| time stamp of the sensor data in microseconds. If 0, then the data is uninitialized! (floating-point precision is bad here). This can be either simulation or real time depending on the sensor.
|
|
Transform | __trans |
| the coordinate system the sensor was when the measurement was taken, this is taken directly from SensorBase::GetTransform
|
|
Stores force data.
sensor.h の 106 行で定義されています。
virtual SensorType OpenRAVE::SensorBase::Force6DSensorData::GetType |
( |
| ) |
|
|
inlinevirtual |
Vector OpenRAVE::SensorBase::Force6DSensorData::force |
Vector OpenRAVE::SensorBase::Force6DSensorData::torque |
Torque in X Y Z, in newtonmeters.
sensor.h の 113 行で定義されています。
このクラスの説明は次のファイルから生成されました: