Skip to content

Commit 9e9e1ce

Browse files
committed
Added convoy configurations
1 parent a38392a commit 9e9e1ce

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed

data/config/follower_1.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"robotName": "follower_1",
3+
"wifi": {
4+
"ssid": "TheForce",
5+
"pswd": "hanshotfirst"
6+
},
7+
"mqtt": {
8+
"host": "localhost",
9+
"port": 1883
10+
},
11+
"ap": {
12+
"ssid": "DCS_AP",
13+
"pswd": "hanshotfirst"
14+
},
15+
"webServer": {
16+
"user": "admin",
17+
"pswd": "admin"
18+
},
19+
"platoon": {
20+
"platoonId": "0",
21+
"vehicleId": "1"
22+
},
23+
"initialPosition": {
24+
"x": "0",
25+
"y": "0",
26+
"heading": "0"
27+
}
28+
}

data/config/follower_2.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"robotName": "follower_2",
3+
"wifi": {
4+
"ssid": "TheForce",
5+
"pswd": "hanshotfirst"
6+
},
7+
"mqtt": {
8+
"host": "localhost",
9+
"port": 1883
10+
},
11+
"ap": {
12+
"ssid": "DCS_AP",
13+
"pswd": "hanshotfirst"
14+
},
15+
"webServer": {
16+
"user": "admin",
17+
"pswd": "admin"
18+
},
19+
"platoon": {
20+
"platoonId": "0",
21+
"vehicleId": "2"
22+
},
23+
"initialPosition": {
24+
"x": "0",
25+
"y": "0",
26+
"heading": "0"
27+
}
28+
}

data/config/leader.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"robotName": "leader",
3+
"wifi": {
4+
"ssid": "TheForce",
5+
"pswd": "hanshotfirst"
6+
},
7+
"mqtt": {
8+
"host": "localhost",
9+
"port": 1883
10+
},
11+
"ap": {
12+
"ssid": "DCS_AP",
13+
"pswd": "hanshotfirst"
14+
},
15+
"webServer": {
16+
"user": "admin",
17+
"pswd": "admin"
18+
},
19+
"platoon": {
20+
"platoonId": "0",
21+
"vehicleId": "0"
22+
},
23+
"initialPosition": {
24+
"x": "0",
25+
"y": "0",
26+
"heading": "1588"
27+
}
28+
}

0 commit comments

Comments
 (0)