Geometric bounded#
Perfect state estimation within a range from the agent.
Registered properties:
range (float,
range
), deprecated synonym range_of_viewupdate_static_obstacles (bool,
update_static_obstacles
)
Constructs a new instance.
- Parameters:
range – The range of view
update_static_obstacles – Whether to update the static obstacles in
StateEstimation.update()
- Type:
The maximal range of view.
- Type:
Whether to set the static obstacles in
stateestimation.prepare()
(ignoring the range) or instateestimation.update()
.