Skip to content

test models: add VW MEB angle exception#38119

Open
elkoled wants to merge 1 commit into
masterfrom
vw-meb-exclusion
Open

test models: add VW MEB angle exception#38119
elkoled wants to merge 1 commit into
masterfrom
vw-meb-exclusion

Conversation

@elkoled
Copy link
Copy Markdown
Contributor

@elkoled elkoled commented Jun 1, 2026

Add exception for VW curvature-based platforms (MEB). No VW platform uses angle control

@github-actions github-actions Bot added CI / testing car vehicle-specific labels Jun 1, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 1, 2026

Process replay diff report

Replays driving segments through this PR and compares the behavior to master.
Please review any changes carefully to ensure they are expected.

✅ 0 changed, 66 passed, 0 errors

# ford excluded since it tracks curvature, not steering angle
if self.CP.steerControlType == SteerControlType.angle and not self.CP.notCar and self.CP.brand != "ford":
# ford and VW MEB excluded since they track curvature, not steering angle
# TODO: add curvature check
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as adeeb suggested, it would be nice to standardize angle units in safety as well so we don't need the map. something to keep in mind when working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

car vehicle-specific CI / testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants