TUDelft-CNS-ATM / bluesky

The open source air traffic simulator
GNU General Public License v3.0
358 stars 240 forks source link

Create conflict detection between aircraft pairs #509

Closed Amitoj-26 closed 1 month ago

Amitoj-26 commented 1 month ago

What list of command and sequence of steps can be used to create conflict between aircraft pairs using bluesky

jooste commented 1 month ago

Hi @Amitoj-26, you can use the CRECONFS command for this!

Amitoj-26 commented 1 month ago

Sir can you give example to demonstrate use of command

jooste commented 1 month ago

CRECONFS creates a new aircraft that is in conflict with the provided reference aircraft. So for example

CRE KL204 B744 52 4 0 FL300 250
CRECONFS KL205 B744 KL204 90 1 120 0 0 300
ASAS ON

ASAS ON is there so that the conflict is also detected with bluesky's state-based CD

Amitoj-26 commented 1 month ago

Thanks I will try