Class GridLaserConfig
Define the position and orientation of each beam.
Inheritance
GridLaserConfig
Implements
Inherited Members
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
public class GridLaserConfig : LaserConfigMonoBehaviour, ILaserConfig
Fields
Name | Description |
---|---|
xCount | |
xStart | |
xStep | |
yCount | |
yStart | |
yStep | |
zOffset |
Properties
Name | Description |
---|---|
HorizontalCount | The number of lasers in the horizontal direction. Minimum 1. |
VerticalCount | The number of lasers in the vertical direction. Minimum 1. |
Methods
Name | Description |
---|---|
GeneratePoses() | Generate a distribution of laser pose corresponding to grid perpendicular to photosensor forward vector. |