实现 AEB 避障决策逻辑并完成系统全线代码重构与性能优化#5098
Merged
donghaiwang merged 54 commits intoOpenHUTB:mainfrom Mar 6, 2026
Merged
Conversation
donghaiwang
approved these changes
Mar 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改概述:
本次 PR 是项目迈向 V1.0 版本的核心里程碑。不仅在功能上实现了基于视觉感知的自动避障(AEB)决策逻辑,还在工程实践上完成了全线代码的重构、标准化注释以及实时性能监控功能的集成。
修改的详细描述
src/decision_maker.py):config.py):将系统参数按服务器、传感器、模型、控制、决策五个维度进行了逻辑分组,提升了参数调优的便捷性。src/carla_client.py):全线引入 Google Style Docstrings,使代码符合工业级开源项目文档标准。README.md):经过了什么样的测试?
运行效果