Skip to content
Snippets Groups Projects
Commit 65c6f3f4 authored by Eli Henry Dykhne's avatar Eli Henry Dykhne
Browse files

changed horizon

parent 7df06f8c
No related branches found
No related tags found
2 merge requests!21Major changes. convert nuplan devkit to handle occlusions for project,!2new occlusion manager added
......@@ -23,7 +23,7 @@ class CompleteShadowOcclusionManager(AbstractOcclusionManager):
def __init__(
self,
scenario: AbstractScenario,
horizon_threshold: float = 4800, # meters since that is how far a standing human can see unblocked before the curvature of the earth cuts your line of sight
horizon_threshold: float = 1000, # meters since that is how far a standing human can see unblocked before the curvature of the earth cuts your line of sight
min_rad: float = 0.035, # minimum radians that the vehicle must take up to be observed (0.035 = aprox 2 degrees)
num_wedges: float = 180 # gives wedge width of roughly 2 degrees
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment