Skip to content

Commit

Permalink
docs: update map config sample file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alystrasz committed Aug 28, 2023
1 parent b11d7eb commit 857b1b9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions map_config_sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"kit": "15"
},
"configuration": {
"startLine": {
"start_line": {
"origin": [-160.82, -3041.79, -35.0],
"angles": [0, 0, 0],
"dimensions": [120, 80],
Expand All @@ -15,7 +15,7 @@
[-68.0326, -2931.55, -53.4112]
]
},
"finishLine": {
"finish_line": {
"origin": [-399.065, -2906.22, -43.9688],
"angles": [0, -90, 0],
"dimensions": [120, 80],
Expand Down Expand Up @@ -77,6 +77,16 @@
[1604.62, -2300.76, 465.017],
[1601.41, -1298.66, 521.017]
]
]
],
"robot": {
"origin": [-590.0,-3234.85,-105.969],
"angles": [0,180,0],
"talkable_radius": 60,
"animation": "mv_idle_weld"
},
"indicator": {
"coordinates": [-331.044,-3128.37,118.0313],
"trigger_radius": 400
}
}
}

0 comments on commit 857b1b9

Please sign in to comment.