diff --git a/selfdrive/ui/carrot.cc b/selfdrive/ui/carrot.cc index 3e12e55..2fb5ae9 100644 --- a/selfdrive/ui/carrot.cc +++ b/selfdrive/ui/carrot.cc @@ -1146,7 +1146,7 @@ public: szPosRoadName = QString::fromStdString(carrot_man.getSzPosRoadName()); szTBTMainText = QString::fromStdString(carrot_man.getSzTBTMainText()); - } else if(sm.valid("navInstruction")) { + } else if(sm.alive("navInstruction") && sm.valid("navInstruction")) { xTurnInfo = 0; xDistToTurn = nav_inst.getManeuverDistance(); nRoadLimitSpeed = nav_inst.getSpeedLimit();