|
@@ -126,8 +126,8 @@ iv::decition::Decition iv::decition::ChanganShenlanAdapter::getAdapterDeciton(GP
|
|
|
(*decition)->angle_mode = 2; //横向控制激活,和上一条同时满足才执行横向请求角度
|
|
|
(*decition)->auto_mode = 3; //3为自动控制模式
|
|
|
|
|
|
- (*decition)->wheel_angle=max((float)-500.0,float((*decition)->wheel_angle+ServiceCarStatus.mfEPSOff));
|
|
|
- (*decition)->wheel_angle=min((float)500.0,(*decition)->wheel_angle);
|
|
|
+ (*decition)->wheel_angle=max((float)-430.0,float((*decition)->wheel_angle+ServiceCarStatus.mfEPSOff));
|
|
|
+ (*decition)->wheel_angle=min((float)430.0,(*decition)->wheel_angle);
|
|
|
|
|
|
|
|
|
return *decition;
|