change the tiny difference of dev or qa branch

This commit is contained in:
zhongchao
2021-07-31 09:13:02 +08:00
parent 4ce4addb55
commit e89b315641
14 changed files with 33 additions and 40 deletions

View File

@@ -319,7 +319,7 @@ class AdasRecognizedResultDrawer extends BaseDrawer {
}
MogoMarkerOptions options = new MogoMarkerOptions()
.owner(DataTypes.TYPE_MARKER_ADAS)
.anchor(0.5f, 0.75f)
.anchor(0.5f, 0.5f)
.set3DMode(true)
.gps(true)
.anchorColor(carColor)

View File

@@ -234,9 +234,9 @@ class BaseDrawer {
/**
* 根据数据源判断车辆预警颜色
*
* @param speed 车速
* @param lon 经度
* @param lat 纬度
* @param type 车辆类型
* @param fromType 数据来源
* @param drawLevel 危险等级
* @return 实际车辆颜色
*/
protected String getModelRenderColor(int type, int fromType, int drawLevel) {
@@ -328,6 +328,7 @@ class BaseDrawer {
* @param isVrMode 是否是vrMode
*/
public static void showSelfSpeed(IMogoMarker mogoMarker, double speed, String uuid, int type, double heading, boolean isVrMode) {
Log.d("EmArrow", "showSelf uuid : " + uuid + " speed : " + speed);
if (mogoMarker == null || mogoMarker.isDestroyed()) {
return;
}