From 5a2adb9c9c34a6b8e39b9524100d511464c66c6f Mon Sep 17 00:00:00 2001 From: Kurt Nistelberger Date: Mon, 26 Dec 2022 23:46:37 -0800 Subject: [PATCH] . --- selfdrive/locationd/locationd.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selfdrive/locationd/locationd.cc b/selfdrive/locationd/locationd.cc index 8e84021b4b..ee058231f7 100755 --- a/selfdrive/locationd/locationd.cc +++ b/selfdrive/locationd/locationd.cc @@ -33,8 +33,7 @@ const float GPS_VEL_STD_THRESHOLD = 5.0; const float GPS_POS_ERROR_RESET_THRESHOLD = 200.0; const float GPS_POS_STD_RESET_THRESHOLD = 5.0; const float GPS_VEL_STD_RESET_THRESHOLD = 0.5; -// 3.0 is ~180deg orientation error -const float GPS_ORIENTATION_ERROR_RESET_THRESHOLD = 2.5; +const float GPS_ORIENTATION_ERROR_RESET_THRESHOLD = 3.1; static VectorXd floatlist2vector(const capnp::List::Reader& floatlist) { VectorXd res(floatlist.size());