实现车辆颜色切换功能(支持10种颜色循环切换)#7
Open
XieTJ wants to merge 3 commits into
Open
Conversation
实现场景切换功能(支持不同CARLA地图间自动切换)
XieTJ
pushed a commit
that referenced
this pull request
Jun 11, 2026
- docs/auto_drive_seg/README.md 重写:增补 #5/#6/#7/#8 四种新模式(数据增强可视化、CPU 推理基准、概率热力图、类别频率分析)的用法说明与效果图,按 active_lane_keeping 等兄弟模块格式整理为 项目简介 → 安装步骤 → 快速开始 → 运行效果 → 核心技术 → 类别定义 → 项目结构 → 参考资料 - docs/auto_drive_seg/images/ 新增 4 张效果图(result_augmentation/benchmark/heatmap/frequency.png) - docs/index.md 感知节加入"自动驾驶车辆语义分割"条目,首页可直达 Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
修改概述
实现车辆颜色切换功能,支持按c键在10种颜色间循环切换,增加视觉多样性
修改的详细描述
颜色切换系统
car_colors列表,包含10种预设颜色:红色、蓝色、绿色、黄色、品红色、青色、紫色、橙色、灰色、白色current_color_index变量跟踪当前颜色索引switch_color()方法,支持按c键循环切换颜色技术实现
界面优化
功能整合
经过了什么样的测试?
运行效果
2026-04-29.171831.mp4
这些修改为系统添加了车辆颜色切换能力,增加了视觉多样性,使用户可以根据喜好自定义车辆外观。