Model of lidar that rotates laser emitter / reciever assembly continuously, with a given rotational frequency, vertical range, lidar ray range and horizontal / vertical resolution.
More...
|
| | LidarModelMechanicalRotation (agx::RangeReal32 verticalFov, agx::Vec2 resolution, agx::RangeReal32 range, agx::Real frequency, LidarProperties *properties=nullptr) |
| | Constructs the lidar and the ray pattern based on the configuration:
|
| |
| virtual | ~LidarModelMechanicalRotation ()=default |
| |
| | AGXSTREAM_DECLARE_SERIALIZABLE_BASE (agxSensor::LidarModelMechanicalRotation) |
| |
| | LidarModel (LidarRayPatternGenerator *rayPatternGenerator, agx::RangeReal32 range, LidarProperties *properties=nullptr, RtOutputNoiseRefVector outputNoises=RtOutputNoiseRefVector()) |
| | Construct given ray pattern generator, range and (optional) properties.
|
| |
| const RtOutputNoiseRefVector & | getOutputNoises () const |
| |
| LidarProperties * | getProperties () const |
| |
| LidarRayPatternGenerator * | getRayPatternGenerator () const |
| |
| LidarRayRange * | getRayRange () const |
| |
| bool | isValid (bool printIssues=true) const |
| |
| | Referenced () |
| | Default constructor.
|
| |
| | Referenced (const Referenced &) |
| |
| template<typename T > |
| T * | as () |
| | Subclass casting.
|
| |
| template<typename T > |
| const T * | as () const |
| |
| template<typename T > |
| T * | asSafe () |
| | Safe subclass casting, return nullptr if template type does not match.
|
| |
| template<typename T > |
| const T * | asSafe () const |
| |
| int | getReferenceCount () const |
| |
| template<typename T > |
| bool | is () const |
| | Subclass test.
|
| |
| Referenced & | operator= (const Referenced &) |
| | Assignment operator. Will increment the number of references to the referenced object.
|
| |
| void | reference (void *ptr=nullptr) const |
| | Explicitly increment the reference count by one, indicating that this object has another pointer which is referencing it.
|
| |
| void | unreference (void *ptr=nullptr) const |
| | Decrement the reference count by one, indicating that a pointer to this object is referencing it.
|
| |
| void | unreference_nodelete () const |
| | Decrement the reference count by one, indicating that a pointer to this object is referencing it.
|
| |
| virtual | ~Serializable () |
| | Destructor for normal C++ use but hidden from SWIG bindings.
|
| |
| virtual const char * | getClassName () const |
| |
| bool | getEnableSerialization () const |
| |
| bool | getEnableUuidGeneration () |
| |
| agx::UInt32 | getIndex () const |
| | This index is given at creation of this object.
|
| |
| virtual StorageAgent * | getStorageAgent () const =0 |
| |
| agx::Uuid | getUuid () const |
| |
| bool | isFinished () const |
| |
| void | setEnableSerialization (bool flag) |
| | Set to false to disable serialization of this object.
|
| |
| void | setFinished () |
| | Tells this class that it is restored correctly and should not be deleted during destruction of an Archive.
|
| |
| void | setUuid (const agx::Uuid &uuid) |
| | Explicitly set a Uuid on a serializable object.
|
| |
Model of lidar that rotates laser emitter / reciever assembly continuously, with a given rotational frequency, vertical range, lidar ray range and horizontal / vertical resolution.
Definition at line 31 of file LidarModelMechanicalRotation.h.