new dev branch

This commit is contained in:
wangcongtao
2021-01-14 14:20:30 +08:00
parent a3a22b6bf1
commit aa83ad8e8c

View File

@@ -67,8 +67,7 @@ class ADASStatusIntentHandler implements IntentHandler {
data.putOpt( "heading", stateInfo.getValues().getHeading() );
data.putOpt( "acceleration", stateInfo.getValues().getAcceleration() );
data.putOpt( "yawRate", stateInfo.getValues().getYaw_rate() );
MarkerServiceHandler.getApis().getMapServiceApi().getMapUIController()
.syncLocation2Map( data );
MarkerServiceHandler.getApis().getMapServiceApi().getMapUIController().syncLocation2Map( data );
} catch ( Exception e ) {
e.printStackTrace();
}