delete repeat code

This commit is contained in:
zhongchao
2021-03-01 16:43:08 +08:00
parent 7dce2b73fd
commit 7a9d429b17
2 changed files with 1 additions and 1 deletions

View File

@@ -968,7 +968,6 @@ public class MogoServices implements IMogoMapListener,
data.putOpt( "lat", stateInfo.getValues().getLat() );
data.putOpt( "alt", stateInfo.getValues().getAlt() );
data.putOpt( "speed", stateInfo.getValues().getGnss_speed() );
data.putOpt( "satelliteTime", stateInfo.getValues().getSatelliteTime() );
data.putOpt( "heading", stateInfo.getValues().getHeading() );
data.putOpt( "acceleration", stateInfo.getValues().getAcceleration() );
data.putOpt( "yawRate", stateInfo.getValues().getYaw_rate() );