Skip to content
Snippets Groups Projects
Commit 24d158a4 authored by René Paris's avatar René Paris
Browse files

feat: Consider TTC at stochastic spawning in TrafficAreaAction

New entites use a sampled time gap (user defined parameter tgap) and
initial velocity (user defined parameter velocity). As those parameters
alone do not  guarantee a crash-free, this commit introduces a basic TTC
robustness check for newly spawned entities, so that the likelyhood for
collisions is reduced.

The TTC check includes reaction time and an assumed deceleration
under the restriction that the opponent is moving at constant velocity.
parent f2ba70ce
Branches ttc-for-traffic-area-action
No related tags found
1 merge request!249feat: Consider TTC at stochastic spawning in TrafficAreaAction
Pipeline #75676 failed
Loading
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