优化弱势交通预警

This commit is contained in:
董宏宇
2021-08-24 15:35:53 +08:00
parent da37232811
commit 187ce93343
5 changed files with 64 additions and 53 deletions

View File

@@ -34,6 +34,8 @@ adb shell am broadcast -a com.obu.test_trigger_recognized
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei lightLevel 1 --ei obuLevel 3 --ei obuType 0x2B09 --ei rtiType 0x2
// 道路危险情况预警
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2B06 --ei rtiType 0x2
// 弱势交通参与者
adb shell am broadcast -a com.obu.test_light_recognized --ei obuStates 1 --ei obuLevel 3 --ei obuType 0X2B02 --ei ptcInfo 0x1
// (旧版本)使用命令行触发各种测试场景演示