Commit Graph

12 Commits

Author SHA1 Message Date
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