- Introduced a new configuration parameter `diverging_release_distance` to the collision detection system, allowing for dynamic adjustment of the distance threshold at which conflicts are resolved when vehicles are diverging.
- Updated the system configuration files and documentation to reflect this new parameter.
- Implemented logic in the collision detection algorithm to utilize the diverging release distance for immediate conflict resolution when conditions are met.
- Added unit tests to verify the functionality of the diverging release distance in various scenarios, ensuring that conflicts are resolved correctly based on the new parameter.
- Created project filter file for Visual Studio to organize source files.
- Added JSON configuration files for airport bounds, intersections, system settings, and unmanned vehicles.
- Implemented a recipe file for CMake's ZERO_CHECK target to manage build dependencies.
- Updated tlog files to track build state and command execution for the project.