|
AGX Dynamics 2.42.1.1
|
#include <agxSensor/Environment.h>#include <agxSensor/ConstraintAttachedSensor.h>#include <agxSensor/OdometerModel.h>#include <agxSensor/OdometerOutputHandler.h>#include <agx/CylindricalJoint.h>#include <agx/Hinge.h>#include <agx/SplineJoint.h>#include <agx/SlackCylindricalJoint.h>#include <agx/SlackHingeJoint.h>#include <agxVehicle/WheelJoint.h>#include <agxSDK/Simulation.h>Go to the source code of this file.
Classes | |
| class | agxSensor::Odometer |
| Odometer instance class defined by an attachment constraint and a model. 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 Odometer > | agxSensor::OdometerConstObserver |
| typedef agx::ref_ptr< const Odometer > | agxSensor::OdometerConstRef |
| typedef agx::observer_ptr< Odometer > | agxSensor::OdometerObserver |
| typedef agx::Vector< OdometerObserver > | agxSensor::OdometerObserverVector |
| typedef agx::VectorPOD< Odometer * > | agxSensor::OdometerPtrVector |
| typedef agx::ref_ptr< Odometer > | agxSensor::OdometerRef |
| typedef agx::Vector< OdometerRef > | agxSensor::OdometerRefVector |