artery icon indicating copy to clipboard operation
artery copied to clipboard

Intersection and Longitudinal Collision Detection

Open ansb5 opened this issue 3 years ago • 1 comments

Hello @riebl.

I am trying to avoid collision both Intersection and Longitudinal using CAM messages. Is there any method in artery that detects there is going to be a collision?

ansb5 avatar Jul 28 '22 13:07 ansb5

No, there are no explicit collision detection algorithms in Artery. However, Christina implemented a time-to-collision trigger for Artery's storyboard: https://github.com/riebl/artery/blob/master/src/artery/storyboard/TtcCondition.h This triggering condition fires if two vehicles possibly crash within a specified time window, assuming constant movement.

riebl avatar Jul 30 '22 16:07 riebl