diff --git a/selfdrive/locationd/paramsd.py b/selfdrive/locationd/paramsd.py index 9e3d6b4d5..fdf76d1c5 100755 --- a/selfdrive/locationd/paramsd.py +++ b/selfdrive/locationd/paramsd.py @@ -293,6 +293,7 @@ def main(): msg_dat = msg.to_bytes() if sm.frame % 1200 == 0: # once a minute params.put_nonblocking("LiveParametersV2", msg_dat) + params.put_nonblocking("AngleOffsetDegree", msg.liveParameters.angleOffsetDeg) pm.send('liveParameters', msg_dat)