Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
royjr committed Dec 9, 2024
1 parent 0a78aa3 commit e6948aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/hyundai/hyundaicanfd.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def create_msg_161(packer, CAN, enabled, msg_161, car_params, hud_control, car_s
for i in range(-15, 16)
}
values.update({
"LANELINE_CURVATURE": curvature.get(max(-15, min(int(car_state.out.steeringAngleDeg / 4), 15)), 14) if enabled else 15,
"LANELINE_CURVATURE": curvature.get(max(-15, min(int(car_state.out.steeringAngleDeg / 3), 15)), 14) if enabled else 15,
"LFA_ICON": 2 if enabled else 0,
"LKA_ICON": 4 if enabled else 0,
"LANELINE_LEFT": 2 if enabled else 0,
Expand Down

0 comments on commit e6948aa

Please sign in to comment.