Lidar#

A distance scanner.

Registered properties:

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:

list[float]

The ray angles.

Type:

float

The angular increment between rays.

Type:

float

The error bias, i.e., the systematic error for all rangings.

Type:

float

The rangings error standard deviation.

Type:

float

The range of view.

Type:

Vector2

The position of the sensor with respect to the agent origin.

Type:

float

The range of view.

Type:

int

The range of view.

Type:

float

The range of view.