Skip to content

Commit a9dc367

Browse files
authored
Fix typo in output variable for car coordinates
1 parent 1974321 commit a9dc367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kloeser2020.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ model Kloeser2020 "Bicycle model of a model racwe car, from Kloeser2020 paper"
2626
output Real acc_lat "Lateral acceleration";
2727

2828
output Real p_x "car x coordinate";
29-
output Real p_x "car y coordinate";
29+
output Real p_y "car y coordinate";
3030

3131
output Real c_x "Center line x coordinate";
3232
output Real c_y "Center line y coordinate";

0 commit comments

Comments
 (0)