|
AGX Dynamics 2.42.2.1
|
Go to the source code of this file.
Classes | |
| class | agxSensor::IMUOutputHandler |
| Handler responsible for how the IMU readings are assembled and provided to the user. More... | |
Namespaces | |
| namespace | agxSensor |
| The agxSensor namespace contains components to model real-time sensors connected to the physics of AGX Dynamics. | |
Typedefs | |
| typedef agx::observer_ptr< const IMUOutputHandler > | agxSensor::IMUOutputHandlerConstObserver |
| typedef agx::ref_ptr< const IMUOutputHandler > | agxSensor::IMUOutputHandlerConstRef |
| typedef agx::observer_ptr< IMUOutputHandler > | agxSensor::IMUOutputHandlerObserver |
| typedef agx::ref_ptr< IMUOutputHandler > | agxSensor::IMUOutputHandlerRef |
| using | agxSensor::OptionalIMUOutputMappnig = std::optional< std::pair< size_t, IMUOutput * > > |