LaneLineCheck 옵션: 차선변경 판단 및 HUD 색상 연동#251
Merged
ajouatom merged 4 commits intoajouatom:c3-v10-wipfrom Feb 26, 2026
Merged
Conversation
색상 오인식 문제 대응: 0=색상+타입(기존), 1=타입만(점선/실선) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
점선은 바로 차선변경, 실선은 토크 넣으면 override Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
solid_line_blocked일 때 토크+BSD 체크 후 바로 laneChangeStarting으로 전환하도록 수정. 기존에는 이후 분기의 lane_change_available 체크에 걸려서 실선 토크 override가 동작하지 않았음. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
LaneLineCheck>=1일 때 HUD 차선 색상을 색상 raw값 대신 타입(점선/실선) 기준으로 판단하도록 변경하여 차선변경 로직과 HUD 표시 간 불일치 해소 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Thanks for contributing to openpilot! In order for us to review your PR as quickly as possible, check the following:
- Convert your PR to a draft unless it's ready to review
- Read the contributing docs
- Before marking as "ready for review", ensure:
- the goal is clearly stated in the description
- all the tests are passing
- the change is something we merge
- include a route or your device' dongle ID if relevant
ajouatom
pushed a commit
that referenced
this pull request
Feb 26, 2026
* 차선변경 차선판단 설정 추가 (LaneLineCheck) 색상 오인식 문제 대응: 0=색상+타입(기존), 1=타입만(점선/실선) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * LaneLineCheck=2 옵션 추가: 실선에서 토크 override 허용 점선은 바로 차선변경, 실선은 토크 넣으면 override Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * LaneLineCheck=2 실선 토크 override 버그 수정 solid_line_blocked일 때 토크+BSD 체크 후 바로 laneChangeStarting으로 전환하도록 수정. 기존에는 이후 분기의 lane_change_available 체크에 걸려서 실선 토크 override가 동작하지 않았음. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * HUD 차선 색상 표시를 LaneLineCheck 옵션에 연동 LaneLineCheck>=1일 때 HUD 차선 색상을 색상 raw값 대신 타입(점선/실선) 기준으로 판단하도록 변경하여 차선변경 로직과 HUD 표시 간 불일치 해소 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <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.
Summary
동작 정리
변경 파일
common/params_keys.h— LaneLineCheck 파라미터 키 등록selfdrive/carrot_settings.json— 설정 UI 항목 추가selfdrive/ui/qt/offroad/settings.cc— 설정 메뉴 등록selfdrive/controls/lib/desire_helper.py— 차선변경 판단 로직opendbc_repo/opendbc/car/hyundai/hyundaicanfd.py— HUD 차선 색상 표시 로직Test plan
🤖 Generated with Claude Code