Go to the documentation of this file.
6 #ifndef CNOID_BODY_BASIC_SENSOR_SIMULATION_HELPER_H
7 #define CNOID_BODY_BASIC_SENSOR_SIMULATION_HELPER_H
13 #include "exportdecl.h"
25 void setOldAccelSensorCalcMode(
bool on);
27 void initialize(
Body* body,
double timeStep,
const Vector3& gravityAcceleration);
36 void updateGyroAndAccelerationSensors();
bool isActive() const
Definition: BasicSensorSimulationHelper.h:29
bool hasGyroOrAccelerationSensors() const
Definition: BasicSensorSimulationHelper.h:30
Eigen::Vector3d Vector3
Definition: EigenTypes.h:57
const DeviceList< RateGyroSensor > & rateGyroSensors() const
Definition: BasicSensorSimulationHelper.h:33
const DeviceList< AccelerationSensor > & accelerationSensors() const
Definition: BasicSensorSimulationHelper.h:34
const DeviceList< ForceSensor > & forceSensors() const
Definition: BasicSensorSimulationHelper.h:32
Definition: AbstractSceneLoader.h:11
Definition: BasicSensorSimulationHelper.h:19
Definition: DeviceList.h:16