修复左侧展示效果红框
This commit is contained in:
@@ -23,8 +23,9 @@ 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
|
||||
|
||||
// 控制OBU场景自测 obuStates 1-添加,2-删除,0-更新
|
||||
adb shell am broadcast -a com.obu.test_trigger --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2A01
|
||||
// 控制OBU场景自测 obuStates 1-添加,2-删除,0-更新 ,obuEventDirection 事件方向
|
||||
adb shell am broadcast -a com.obu.test_trigger --ei obuStates 1 --ei obuLevel 3 --ei obuType 0x2A01 --ei obuEventDirection 0x11
|
||||
|
||||
|
||||
// 控制OBU 模拟自车位置
|
||||
adb shell am broadcast -a com.obu.test_trigger_recognized
|
||||
|
||||
Reference in New Issue
Block a user