Browse Source

change ADCIntelligentShow_grpc for use new gps_type.h

yuchuli 4 years ago
parent
commit
5b5069f3fc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/ui/ADCIntelligentShow_grpc/gps_nbtype.h

+ 10 - 0
src/ui/ADCIntelligentShow_grpc/gps_nbtype.h

@@ -52,6 +52,16 @@ namespace iv {
     double mfDisToRoadLeft = 1.8; //Distance to Road Left
     double mfRoadWidth = 3.5; // Road Width
 
+    bool mbInLaneAvoid = false; //if true suport In Lane Avoid
+    double gps_lat_avoidleft;
+    double gps_lng_avoidleft;
+    double gps_lat_avoidright;
+    double gps_lng_avoidright;
+    double gps_x_avoidleft = 0;
+    double gps_y_avoidleft = 0;
+    double gps_x_avoidright = 0;
+    double gps_y_avoidright = 0;
+
 
 
     };