Choreonoid
1.1
|
#include <Sensor.h>
公開メンバ関数 | |
AccelSensor () | |
virtual void | clear () |
virtual void | putInformation (std::ostream &os) |
![]() | |
Sensor () | |
virtual | ~Sensor () |
virtual void | operator= (const Sensor &org) |
公開変数類 | |
Vector3 | dv |
Vector2 | x [3] |
bool | isFirstUpdate |
![]() | |
std::string | name |
int | type |
int | id |
Link * | link |
Matrix3 | localR |
Vector3 | localPos |
静的公開変数類 | |
static EIGEN_MAKE_ALIGNED_OPERATOR_NEW const int | TYPE = ACCELERATION |
![]() | |
static const int | TYPE = COMMON |
その他の継承メンバ | |
![]() | |
enum | SensorType { COMMON = 0, FORCE, RATE_GYRO, ACCELERATION, PRESSURE, PHOTO_INTERRUPTER, VISION, TORQUE, RANGE, NUM_SENSOR_TYPES } |
![]() | |
static Sensor * | create (int type) |
static void | destroy (Sensor *sensor) |
AccelSensor::AccelSensor | ( | ) |
|
virtual |
cnoid::Sensorを再実装しています。
|
virtual |
cnoid::Sensorを再実装しています。
Vector3 cnoid::AccelSensor::dv |
bool cnoid::AccelSensor::isFirstUpdate |
|
static |
Vector2 cnoid::AccelSensor::x[3] |