Skip to content

Commit 9f930b9

Browse files
authored
Merge pull request #86 from BlueAndi/platoon/follower_app
Platoon: Follower App
2 parents beaa2ed + 2b3ecea commit 9f930b9

26 files changed

+2903
-10
lines changed

data/config/follower_1.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"vehicleId": "1"
2222
},
2323
"initialPosition": {
24-
"x": "0",
25-
"y": "0",
26-
"heading": "0"
24+
"x": "-250",
25+
"y": "-200",
26+
"heading": "1588"
2727
}
2828
}

data/config/leader.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"vehicleId": "0"
2222
},
2323
"initialPosition": {
24-
"x": "0",
25-
"y": "0",
24+
"x": "-250",
25+
"y": "-50",
2626
"heading": "1588"
2727
}
2828
}

0 commit comments

Comments
 (0)