Skip to content

Commit 2abadea

Browse files
authored
Merge pull request #702 from aquintan4/humble-devel
Add target points json for c++ support of Obtacle avoidance
2 parents 1689f53 + 04e00e7 commit 2abadea

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"targets": [
3+
{"name": "target01", "x": 0, "y": -30},
4+
{"name": "target02", "x": -6, "y": -41},
5+
{"name": "target03", "x": -14, "y": -31},
6+
{"name": "target04", "x": -16, "y": -13},
7+
{"name": "target05", "x": -55, "y": -12},
8+
{"name": "target06", "x": -63, "y": -30},
9+
{"name": "target07", "x": -72, "y": -35},
10+
{"name": "target08", "x": -106, "y": -8},
11+
{"name": "target09", "x": -68, "y": 38},
12+
{"name": "target10", "x": -47, "y": 47},
13+
{"name": "target11", "x": -38, "y": 64},
14+
{"name": "target12", "x": -26, "y": 43},
15+
{"name": "target13", "x": -17, "y": 58},
16+
{"name": "target14", "x": -3, "y": 58},
17+
{"name": "target15", "x": 0, "y": 13}
18+
]
19+
}
20+
21+

0 commit comments

Comments
 (0)