Odometry#
A sensor that add normal error to the true twist and integrates it.
Registered properties:
longitudinal_speed_std_dev (float,
longitudinal_speed_std_dev
)longitudinal_speed_bias (float,
longitudinal_speed_bias
)transversal_speed_std_dev (float,
transversal_speed_std_dev
)transversal_speed_bias (float,
transversal_speed_bias
)angular_speed_std_dev (float,
angular_speed_std_dev
)angular_speed_bias (float,
angular_speed_bias
)update_ego_state (bool,
update_ego_state
)update_sensig_state (bool,
update_sensing_state
)
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:
The angular speed relative bias. rangings.
- Type:
The angular speed relative standard deviation. rangings.
- Type:
The longitudinal speed relative bias. rangings.
- Type:
The longitudinal speed relative standard deviation. rangings.
- Type:
The current pose.
- Type:
The transversal speed relative bias. rangings.
- Type:
The transversal speed relative standard deviation. rangings.
- Type:
The current twist.
- Type:
Whether to update the behavior ego state.
- Type:
Whether to update the behavior environment state.