Choreonoid
1.1
|
#include <Sensor.h>
公開メンバ関数 | |
RateGyroSensor () | |
virtual void | clear () |
virtual void | putInformation (std::ostream &os) |
![]() | |
Sensor () | |
virtual | ~Sensor () |
virtual void | operator= (const Sensor &org) |
公開変数類 | |
Vector3 | w |
![]() | |
std::string | name |
int | type |
int | id |
Link * | link |
Matrix3 | localR |
Vector3 | localPos |
静的公開変数類 | |
static const int | TYPE = RATE_GYRO |
![]() | |
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) |
RateGyroSensor::RateGyroSensor | ( | ) |
|
virtual |
cnoid::Sensorを再実装しています。
|
virtual |
cnoid::Sensorを再実装しています。
|
static |
Vector3 cnoid::RateGyroSensor::w |