Commit Graph

15 Commits

Author SHA1 Message Date
ef1f4adc83 提高项目健壮性 2026-03-04 16:20:53 +08:00
0ff88b0ba2 feat(collision_detection): add diverging release distance parameter
- 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.
2026-03-04 11:51:06 +08:00
4cc18fae34 Enhance safety zone checks for unmanned vehicles and update build process documentation 2026-03-02 15:19:45 +08:00
017da906f7 Add configuration files and project setup for collision avoidance system
- 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.
2026-02-10 12:05:47 +08:00
c8727fb665 优化碰撞检测逻辑,添加冲突释放策略和时间戳记录 2026-02-08 14:42:43 +08:00
3463926e98 增强车辆指令处理,确保在 ALERT 后补发 PARKING 指令,并优化 HTTPClient 以保持字段完整性 2026-02-08 12:20:09 +08:00
f406782d4c 修复了红绿灯和车辆预警下发逻辑 2026-02-07 12:00:00 +08:00
98d8da5a17 提升稳定性 2026-02-04 10:27:59 +08:00
97c0d3196f 修复了红绿灯问题 2026-02-04 10:22:05 +08:00
97a311fdc5 Initial commit 2026-01-29 16:25:14 +08:00
1063d3eb5c 可恢复版本,开发验证了和前端交互的接口还有配置文件 2026-01-29 10:58:00 +08:00
aade3009e1 准备测试 2026-01-28 17:36:32 +08:00
4bd984a540 修复bug 2026-01-28 09:56:53 +08:00
57a4682c87 修改配置文件 2026-01-27 15:39:39 +08:00
1fc14d7438 Initial commit 2026-01-27 15:24:05 +08:00