CircularLidarScan coming soon
https://bladednextgen.dnv.com/schema/0.4.1/Components/Lidar/LidarScanningPattern/CircularLidarScan.json
Not supported yet
A simple circular scan pattern.
: string =ScanningPatternType
CircularScan
: integerSamplesPerScan
: number (s)LidarInterval
: string =BeamSampling
Simultaneous
|Sequential
: number (rad)HalfAngle
A type of ScanningPattern
Properties
SamplesPerScan
: integer, optionalcoming soon
The number of samples taken during a complete scan.
default = 1
LidarInterval
: number (s), optionalcoming soon
The time interval between scans. Note that all fossing distances will be sampled at the same time.
BeamSampling
: string, optionalcoming soon
The method of how each beam is sampled - whether is is simultaneously, or in sequence.
ScanningPatternType
: stringcoming soon
Defines the specific type of ScanningPattern model in use. For a CircularScan
object, this must always be set to a value of CircularScan
.
HalfAngle
: number (rad)coming soon
The half-angle between centre of scan and scanning position.