#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Properties/parameters of a lidar model.
void setBeamExitRadius(agx::Real exitRadius)
Set exit radius.
LidarProperties(agx::Real beamDivergence=1.0E-3, agx::Real beamExitRadius=5.0E-3)
Construct a properties configuration for a lidar.
void setBeamDivergence(agx::Real divergence)
Set beam divergence.
agx::Real getBeamExitRadius() const
The radius of the lidar laser light beam as it exits the lidar, in meters.
agx::Real getBeamDivergence() const
Divergence of the lidar laser light beam, in radians.
This class is an abstract base class for all classes that can be stored and retrieved from an Archive...
Base class providing referencing counted objects.
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...