Skip to content

Commit

Permalink
V_Travel.m
Browse files Browse the repository at this point in the history
  • Loading branch information
DiMY-CN authored Mar 29, 2024
1 parent bf2210d commit 716a84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions V_Travel.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
V_info_Cur(k).V(J_acc)=min(min(V(J_acc)+ac(J_acc)*delta_T,vmax(Type(J_acc))),d(J_acc)/delta_T);
if LaneN==1
% Deceleration
V_info_Cur(k).V(J_unacc)=d(J_unacc)/delta_T;
V_info_Cur(k).V(~J_acc)=d(~J_acc)/delta_T;
else
% Deceleration and Lane Change
% Only lane change information is recorded, no lane change at this time
Expand Down Expand Up @@ -190,4 +190,4 @@
end
Ctrl_para.V_info_Cur=V_info_Cur;
Ctrl_para.Num=Num;
end
end

0 comments on commit 716a84f

Please sign in to comment.