Lidar#
A distance scanner.
Registered properties:
range (float,
range
)start_angle (float,
start_angle
)field_of_view (float,
field_of_view
)resolution (float,
resolution
)position (Vector2,
position
)error_bias (float,
error_bias
)error_std_dev (float,
error_std_dev
)
Constructs a new instance.
- Parameters:
range – The maximal range of the sensor
start_angle – The starting angle
field_of_view – The field of view
resolution – The number of ranging measurements per scan
position – The position of the sensor with respect to the agent origin.
error_bias – The systematic error for all rangings.
error_std_dev – The rangings error standard deviation.
name – The name to use as a prefix
- Type:
The angular increment between rays.
- Type:
The error bias, i.e., the systematic error for all rangings.
- Type:
The rangings error standard deviation.
- Type:
The range of view.
- Type:
The position of the sensor with respect to the agent origin.
- Type:
The range of view.
- Type:
The range of view.
- Type:
The range of view.