Skip to content

Commit

Permalink
Add: map_custom.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DrawingProcess committed Oct 1, 2024
1 parent 4e468da commit 6a1b6d2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions conf/map_custom.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"start_pose": [2, 2, 0],
"goal_pose": [45, 7, 0],
"width": 50,
"height": 50,
"obstacles": [
{
"type": "rectangle",
"coordinates": [5, 0, 10, 40]
},
{
"type": "rectangle",
"coordinates": [10, 35, 40, 40]
},
{
"type": "rectangle",
"coordinates": [20, 25, 50, 30]
},
{
"type": "rectangle",
"coordinates": [10, 10, 40, 15]
}
]
}

0 comments on commit 6a1b6d2

Please sign in to comment.