Odometry#

A sensor that add normal error to the true twist and integrates it.

Registered properties:

Constructs a new instance.

Parameters:
  • longitudinal_speed_bias – The longitudinal speed bias

  • longitudinal_speed_std_dev – The longitudinal speed standard deviation

  • transversal_speed_bias – The longitudinal speed bias

  • transversal_speed_std_dev – The transversal speed standard deviation

  • angular_speed_bias – The longitudinal speed bias

  • angular_speed_std_dev – The angular speed standard deviation

  • update_sensing_state – Whether to update the behavior environment state

  • update_ego_state – Whether to update the behavior ego state

  • name – The name to use as a prefix

Type:

float

The angular speed relative bias. rangings.

Type:

float

The angular speed relative standard deviation. rangings.

Type:

float

The longitudinal speed relative bias. rangings.

Type:

float

The longitudinal speed relative standard deviation. rangings.

Type:

navground.core.Pose2

The current pose.

Type:

float

The transversal speed relative bias. rangings.

Type:

float

The transversal speed relative standard deviation. rangings.

Type:

navground.core.Twist2

The current twist.

Type:

bool

Whether to update the behavior ego state.

Type:

bool

Whether to update the behavior environment state.