AGX Dynamics 2.42.1.1
Loading...
Searching...
No Matches
LidarModelReadFromFile.h
Go to the documentation of this file.
1/*
2Copyright 2007-2025. Algoryx Simulation AB.
3
4All AGX source code, intellectual property, documentation, sample code,
5tutorials, scene files and technical white papers, are copyrighted, proprietary
6and confidential material of Algoryx Simulation AB. You may not download, read,
7store, distribute, publish, copy or otherwise disseminate, use or expose this
8material unless having a written signed agreement with Algoryx Simulation AB, or having been
9advised so by Algoryx Simulation AB for a time limited evaluation, or having purchased a
10valid commercial license from Algoryx Simulation AB.
11
12Algoryx Simulation AB disclaims all responsibilities for loss or damage caused
13from using this software, unless otherwise stated in written agreements with
14Algoryx Simulation AB.
15*/
16
17#pragma once
18
21
22namespace agxSensor
23{
25
30 {
31 public:
42 agxSensor::RayFileDefinition rayFileDefinition, agx::Real frequency, size_t frameSize, size_t downsample = 1,
43 agx::RangeReal32 range = agx::RangeReal32(), LidarProperties* properties = nullptr);
44
46
47 public:
48 virtual ~LidarModelReadFromFile() = default;
49
50 protected:
52 };
53}
#define AGX_DECLARE_POINTER_TYPES(type)
Definition: Referenced.h:254
#define AGXSTREAM_DECLARE_SERIALIZABLE(T)
Use this in a Serializable class to add the required methods Important: Use full namespace in the dec...
Definition: Serializable.h:207
#define AGXSENSOR_EXPORT
Model of lidar where the ray pattern is read directly from a file.
virtual ~LidarModelReadFromFile()=default
LidarModelReadFromFile(agxSensor::RayFileDefinition rayFileDefinition, agx::Real frequency, size_t frameSize, size_t downsample=1, agx::RangeReal32 range=agx::RangeReal32(), LidarProperties *properties=nullptr)
Constructs the lidar and the ray pattern by reading from the file using a path and optional configura...
Base lidar model describing the fundamentals, such as ray pattern, range and beam properties,...
Definition: LidarModel.h:36
Properties/parameters of a lidar model.
A range object has a min and max value of a given type and provides services to tell whether a value ...
Definition: Range.h:80
The agxSensor namespace contains components to model real-time sensors connected to the physics of AG...
double Real
Definition: Real.h:41