add path finding
This commit is contained in:
15
rotorpy/worlds/window.json
Normal file
15
rotorpy/worlds/window.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"bounds": {"extents": [0.0, 10.0, -5.0, 20.0, 0.0, 6.0]},
|
||||
"blocks": [
|
||||
{"extents": [0.0, 10.0, 2.0, 2.5, 0.0, 1.5]},
|
||||
{"extents": [0.0, 10.0, 2.0, 2.5, 4.5, 6.0]},
|
||||
{"extents": [0.0, 3.0, 2.0, 2.5, 1.5, 4.5]},
|
||||
{"extents": [7.0, 10.0, 2.0, 2.5, 1.5, 4.5]},
|
||||
{"extents": [3.0, 7.0, 0.0, 0.5, 2.4, 4.5]},
|
||||
{"extents": [0.0, 10.0, 15.0, 20.0, 0.0, 1.0]},
|
||||
{"extents": [0.0, 10.0, 15.0, 16.0, 1.0, 3.5]},
|
||||
{"extents": [0.0, 10.0, 18.0, 19.0, 4.5, 6.0]}
|
||||
],
|
||||
"start": [0.7, -4.3, 0.7],
|
||||
"goal": [8.0, 18.0, 3.0]
|
||||
}
|
||||
Reference in New Issue
Block a user