Commit 9e9e1ce 1 parent a38392a commit 9e9e1ce Copy full SHA for 9e9e1ce
File tree 3 files changed +84
-0
lines changed
3 files changed +84
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments