|
@@ -1304,6 +1304,13 @@ iv::decition::Decition iv::decition::DecideGps00::getDecideFromGPS(GPS_INS now_g
|
|
|
dSpeed = min(25.0,dSpeed);
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+ if((gpsMapLine[PathPoint]->speed)>0.001)
|
|
|
+ {
|
|
|
+ dSpeed = min((gpsMapLine[PathPoint]->speed*3.6),dSpeed);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
dSecSpeed = dSpeed / 3.6;
|
|
|
|
|
|
|