[Upload]
地图是否忽略判断条件直接绘制工控机引导线数据&全局路径规划 true - 绘制 false - 不绘制 FunctionBuildConfig.isIgnoreConditionsDrawAutopilotTrajectoryData Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -239,6 +239,10 @@ class DebugSettingView @JvmOverloads constructor(
|
||||
}
|
||||
}
|
||||
|
||||
// 演示模式,上一次勾选的数据
|
||||
cbIsDrawAutopilotTrajectoryData.setOnCheckedChangeListener { buttonView, isChecked ->
|
||||
FunctionBuildConfig.isIgnoreConditionsDrawAutopilotTrajectoryData = isChecked
|
||||
}
|
||||
|
||||
// 演示模式,上一次勾选的数据
|
||||
val isDemoMode =
|
||||
|
||||
@@ -355,6 +355,15 @@
|
||||
|
||||
</RadioGroup>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/cbIsDrawAutopilotTrajectoryData"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="@dimen/dp_10"
|
||||
android:text="选中绘制车前引导线"
|
||||
android:textColor="#000"
|
||||
android:textSize="@dimen/dp_34" />
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/rbIsDemoMode"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
package com.mogo.eagle.core.function.smp.view;
|
||||
|
||||
import com.amap.api.maps.model.LatLng;
|
||||
import com.mogo.eagle.core.data.map.MogoLatLng;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author xiaoyuzhou
|
||||
* @date 2021/6/24 11:33 上午
|
||||
|
||||
Reference in New Issue
Block a user