Closed juloberno closed 4 years ago
Current Implement of Driving Corridor: Driving Corridor is checked to be updated at every world step, if the vehicle changes the lane. A driving corridor is then calculated, which may end in the lane parallel to the goal polygon.
linked to #167
Might be inefficient to compute the driving corridor in every step?
My proposal:
I think the notion of a driving corridor still makes sense (for example in the context of map-based prediction). however, we should not always (in every world step) compute it, especially not the horizon-dc, which we mostly use for visualization (and could throw away).
Problem: Driving corridor generation depends on goal definition which is problematic if goal is on other lane, for instance desired in merging scenario
-> better concept needed based on which information local map is generated
TODO: seperate routing and real evaluator goal definition