2021-08-06 20:14:05 +08:00
2021-08-05 12:16:30 +08:00
2021-08-04 11:26:52 +08:00
dev
2019-12-30 16:35:51 +08:00
dev
2019-12-24 15:49:57 +08:00
2021-08-02 15:25:36 +08:00
2020-01-19 13:34:40 +08:00
2021-08-04 21:08:51 +08:00
2021-08-04 21:08:51 +08:00
2021-08-02 15:52:17 +08:00
2019-12-23 15:08:04 +08:00
2019-12-23 15:08:04 +08:00
dev
2019-12-30 16:35:51 +08:00
opt
2019-12-31 10:37:41 +08:00
opt
2020-04-26 14:06:57 +08:00
2021-05-17 20:16:15 +08:00
2021-08-05 12:16:30 +08:00

自测试-广播触发

// 增加日志输出空间 adb logcat -G 100m

adb shell setprop debug.mogo.root 1 exit adb root adb remount adb shell

// (新的HMI)使用命令行触发 V2X 预警场景 // 顶部弹窗场景,控制展示 adb shell am broadcast -a com.hmi.v2x.notification --ez v2xIsShow true --es tag "20008" --ei v2xType 20008 --es alertContent "测试外部传入数据" --es ttsContent "测试TTS" // 关闭顶部弹窗 adb shell am broadcast -a com.hmi.v2x.notification --ez v2xIsShow false --es tag "20008"

// 控制红绿灯 adb shell am broadcast -a com.hmi.v2x.trafficlight --ez trafficLightIsShow true --ei trafficLightCheckType 1 adb shell am broadcast -a com.hmi.v2x.trafficlight --ez trafficLightIsShow false

// 控制红绿灯 adb shell am broadcast -a com.hmi.v2x.limitingvelocity --ez limitingVelocityIsShow true --ei limitingVelocitySpeed 60 adb shell am broadcast -a com.hmi.v2x.limitingvelocity --ez limitingVelocityIsShow false

// (旧版本)使用命令行触发各种测试场景演示 adb shell am broadcast -a com.v2x.test_panel_control --ei sceneType 1

// 右侧弱势交通参与者 adb shell am broadcast -a com.v2x.adas_data_broadcast --es ADASData right

// 调用应用内的模拟 adb shell am broadcast -a com.mogo.mock --ei oper 46

Description
No description provided
Readme 1.1 GiB
Languages
Kotlin 59.4%
Java 40.3%
GLSL 0.2%