Merge branch 'dev_robotaxi-d-app-module_2130_221116_2.13.0' into 'test_robotaxi-d-app-module_2130_221116_2.13.0.1'

Dev robotaxi d app module 2130 221116 2.13.0

See merge request zhjt/AndroidApp/MoGoEagleEye!376
This commit is contained in:
wangmingjun
2022-12-01 10:32:17 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -19,11 +19,11 @@ internal class StatusModel : ViewModel() {
const val TAG = "StatusModel"
val DEFAULTS = Pair(null, ArrayList<Status>().also {
it += RTKStatus("", -1)
it += IpcStatus(CallerAutoPilotManager.isConnected())
// it += NetStatus(false)
it += CanStatus(false)
it += TracingStatus(UNKNOWN)
it += RTKStatus("", -1)
// it += NetStatus(false)
it += GpsStatus(enabled = false, isGranted = false)
})
}

View File

@@ -57,10 +57,10 @@ enum class V2iEventTypeEnum(
),
TYPE_USECASE_ID_ROAD_SPEED_LIMIT(
1.toString(),
"",
"",
poiTypeSrcVr = R.drawable.icon_warning_v2x_over_speed,
content = "前方%s米限速",
tts = "前方%s米限速"
content = "您已超速,请减速行驶",
tts = "您已超速,请减速行驶"
),
//------------道路危险情况预警 end ----------->