Merge branch 'dev_robotaxi-d-app-module_240_230131_2.14.0' into 'test_robotaxi-d-app-module_240_230131_2.14.0.1'
[2.14.0][adas lib] 添加BUS R档不能启动自动驾驶拦截 See merge request zhjt/AndroidApp/MoGoEagleEye!542
This commit is contained in:
@@ -183,7 +183,7 @@ public class AutopilotAbilityManager {
|
||||
Chassis.GearPosition gear = chassisStates.getGearSystemStates().getGearPosition();
|
||||
//金旅Bus和清扫车 档位不正常
|
||||
if (isBus(identityMode)) {
|
||||
if (gear == Chassis.GearPosition.GEAR_N) {
|
||||
if (gear == Chassis.GearPosition.GEAR_N || gear == Chassis.GearPosition.GEAR_R) {
|
||||
isAutopilotAbility = false;
|
||||
unableAutopilotReason = "挡位不正常";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user