YashsharmaPhD commited on
Commit
ddb4a29
·
verified ·
1 Parent(s): 8ff2de6

Upload 2 files

Browse files
Files changed (2) hide show
  1. public/map1.json +39 -0
  2. requirements.txt +3 -0
public/map1.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "features": [
3
+ {
4
+ "type": "box",
5
+ "position": [
6
+ 2,
7
+ 0,
8
+ 2
9
+ ],
10
+ "size": [
11
+ 1,
12
+ 1,
13
+ 1
14
+ ]
15
+ },
16
+ {
17
+ "type": "box",
18
+ "position": [
19
+ -2,
20
+ 0,
21
+ -2
22
+ ],
23
+ "size": [
24
+ 1,
25
+ 2,
26
+ 1
27
+ ]
28
+ },
29
+ {
30
+ "type": "obstacle",
31
+ "position": [
32
+ 0,
33
+ 0,
34
+ 3
35
+ ],
36
+ "radius": 0.5
37
+ }
38
+ ]
39
+ }
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio>=4.0
2
+ pythreejs
3
+ matplotlib