ShawnRu commited on
Commit
ca7a8b6
·
verified ·
1 Parent(s): 406f64c

Upload 19 files

Browse files
asset/decision/.DS_Store ADDED
Binary file (10.2 kB). View file
 
asset/decision/map_config/OceanGym.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "OceanGym",
3
+ "main_agent": "auv0",
4
+ "ticks_per_sec": 100,
5
+ "frames_per_sec": true,
6
+ "octree_min": 0.02,
7
+ "octree_max": 5.0,
8
+ "agents":[
9
+ {
10
+ "agent_name": "auv0",
11
+ "agent_type": "HoveringAUV",
12
+ "control_scheme": 0,
13
+ "location": [144 ,-114,-63],
14
+ "rotation": [0.0, 0.0, -135.0],
15
+ "sensors": [
16
+ {
17
+ "sensor_type": "LocationSensor",
18
+ "socket": "COM",
19
+ "configuration": {
20
+ "Sigma": 0
21
+ }
22
+ },
23
+ {
24
+ "sensor_type": "RGBCamera",
25
+ "sensor_name": "FrontCamera",
26
+ "socket": "CameraSocket",
27
+ "Hz": 20,
28
+ "location": [1.0, 0.0, 0.5],
29
+ "rotation": [0.0, 0.0, 0.0],
30
+ "configuration": {
31
+ "CaptureWidth": 512,
32
+ "CaptureHeight": 512
33
+ }
34
+ },
35
+
36
+ {
37
+
38
+ "sensor_type": "RGBCamera",
39
+ "sensor_name": "RightCamera",
40
+ "socket": "CameraLeftSocket",
41
+ "Hz": 20,
42
+ "location": [0.0, -1.0, 0.5],
43
+ "rotation": [0.0, 0.0, -90.0],
44
+ "configuration": {
45
+ "CaptureWidth": 256,
46
+ "CaptureHeight": 256
47
+ }
48
+ },
49
+ {
50
+ "sensor_type": "RGBCamera",
51
+ "sensor_name": "LeftCamera",
52
+ "socket": "CameraRightSocket",
53
+ "Hz": 20,
54
+ "location": [0.0, 1.0, 0.5],
55
+ "rotation": [0.0, 0.0, 90.0],
56
+ "configuration": {
57
+ "CaptureWidth": 256,
58
+ "CaptureHeight": 256
59
+ }
60
+ },
61
+ {
62
+ "sensor_type": "RGBCamera",
63
+ "sensor_name": "UpCamera",
64
+ "socket": "CameraSocket",
65
+ "Hz": 20,
66
+ "location": [0.0, 0.0, 1.0],
67
+ "rotation": [0.0, -90.0, 0.0],
68
+ "configuration": {
69
+ "CaptureWidth": 256,
70
+ "CaptureHeight": 256
71
+ }
72
+ },
73
+ {
74
+ "sensor_type": "RGBCamera",
75
+ "sensor_name": "DownCamera",
76
+ "socket": "CameraSocket",
77
+ "Hz": 20,
78
+ "location": [0.0, 0.0, -1.0],
79
+ "rotation": [0.0, 90.0, 0.0],
80
+ "configuration": {
81
+ "CaptureWidth": 256,
82
+ "CaptureHeight": 256
83
+ }
84
+ },
85
+ {
86
+ "sensor_type": "RGBCamera",
87
+ "sensor_name": "BackCamera",
88
+ "socket": "CameraSocket",
89
+ "Hz": 20,
90
+ "location": [-1.0, 0.0, 0.0],
91
+ "rotation": [0.0, 0.0, 180.0],
92
+ "configuration": {
93
+ "CaptureWidth": 256,
94
+ "CaptureHeight": 256
95
+ }
96
+ },
97
+ {
98
+ "sensor_type": "LocationSensor",
99
+ "sensor_name": "Location",
100
+ "socket": "COM",
101
+ "configuration": {
102
+ "Sigma": 0
103
+ }
104
+ }
105
+
106
+ ]
107
+ }
108
+ ],
109
+
110
+ "window_width": 1280,
111
+ "window_height": 720
112
+ }
asset/decision/map_config/OceanGym_sonar.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "OceanGym",
3
+ "main_agent": "auv0",
4
+ "ticks_per_sec": 100,
5
+ "frames_per_sec": true,
6
+ "octree_min": 0.02,
7
+ "octree_max": 5.0,
8
+ "agents":[
9
+ {
10
+ "agent_name": "auv0",
11
+ "agent_type": "HoveringAUV",
12
+ "control_scheme": 0,
13
+ "location": [144, -114,-63],
14
+ "rotation": [0.0, 0.0, -135.0],
15
+ "sensors": [
16
+ {
17
+ "sensor_type": "LocationSensor",
18
+ "socket": "COM",
19
+ "configuration": {
20
+ "Sigma": 0
21
+ }
22
+ },
23
+ {
24
+ "sensor_type": "RGBCamera",
25
+ "sensor_name": "FrontCamera",
26
+ "socket": "CameraSocket",
27
+ "Hz": 20,
28
+ "location": [1.0, 0.0, 0.5],
29
+ "rotation": [0.0, 0.0, 0.0],
30
+ "configuration": {
31
+ "CaptureWidth": 512,
32
+ "CaptureHeight": 512
33
+ }
34
+ },
35
+
36
+ {
37
+
38
+ "sensor_type": "RGBCamera",
39
+ "sensor_name": "RightCamera",
40
+ "socket": "CameraLeftSocket",
41
+ "Hz": 20,
42
+ "location": [0.0, -1.0, 0.5],
43
+ "rotation": [0.0, 0.0, -90.0],
44
+ "configuration": {
45
+ "CaptureWidth": 256,
46
+ "CaptureHeight": 256
47
+ }
48
+ },
49
+ {
50
+ "sensor_type": "RGBCamera",
51
+ "sensor_name": "LeftCamera",
52
+ "socket": "CameraRightSocket",
53
+ "Hz": 20,
54
+ "location": [0.0, 1.0, 0.5],
55
+ "rotation": [0.0, 0.0, 90.0],
56
+ "configuration": {
57
+ "CaptureWidth": 256,
58
+ "CaptureHeight": 256
59
+ }
60
+ },
61
+ {
62
+ "sensor_type": "RGBCamera",
63
+ "sensor_name": "UpCamera",
64
+ "socket": "CameraSocket",
65
+ "Hz": 20,
66
+ "location": [0.0, 0.0, 1.0],
67
+ "rotation": [0.0, -90.0, 0.0],
68
+ "configuration": {
69
+ "CaptureWidth": 256,
70
+ "CaptureHeight": 256
71
+ }
72
+ },
73
+ {
74
+ "sensor_type": "RGBCamera",
75
+ "sensor_name": "DownCamera",
76
+ "socket": "CameraSocket",
77
+ "Hz": 20,
78
+ "location": [0.0, 0.0, -1.0],
79
+ "rotation": [0.0, 90.0, 0.0],
80
+ "configuration": {
81
+ "CaptureWidth": 256,
82
+ "CaptureHeight": 256
83
+ }
84
+ },
85
+ {
86
+ "sensor_type": "RGBCamera",
87
+ "sensor_name": "BackCamera",
88
+ "socket": "CameraSocket",
89
+ "Hz": 20,
90
+ "location": [-1.0, 0.0, 0.0],
91
+ "rotation": [0.0, 0.0, 180.0],
92
+ "configuration": {
93
+ "CaptureWidth": 256,
94
+ "CaptureHeight": 256
95
+ }
96
+ },
97
+ {
98
+ "sensor_type": "LocationSensor",
99
+ "sensor_name": "Location",
100
+ "socket": "COM",
101
+ "configuration": {
102
+ "Sigma": 0
103
+ }
104
+ },
105
+ {
106
+ "sensor_type": "ImagingSonar",
107
+ "socket": "SonarSocket",
108
+ "Hz": 2,
109
+ "configuration": {
110
+ "Azimuth": 120,
111
+ "Elevation": 20,
112
+ "RangeMin": 1,
113
+ "RangeMax": 40,
114
+ "RangeBins": 512,
115
+ "AzimuthBins": 512,
116
+ "AddSigma": 0.15,
117
+ "MultSigma": 0.2,
118
+ "MultiPath": true,
119
+ "ClusterSize": 5,
120
+ "ScaleNoise": true,
121
+ "AzimuthStreaks": -1,
122
+ "RangeSigma": 0.1,
123
+ "ShowWaring": true,
124
+ "InitOctreeRange": 50,
125
+ "ViewRegion": false,
126
+ "ViewOctree": -10,
127
+ "WaterDensity": 997,
128
+ "WaterSoundSpeed": 1480,
129
+ "UseApprox": true
130
+ }
131
+ }
132
+
133
+ ]
134
+ }
135
+ ],
136
+
137
+ "window_width": 1280,
138
+ "window_height": 720
139
+ }
asset/decision/pic/task1.png ADDED

Git LFS Details

  • SHA256: 616df649b341b9d511349069b22f51f1e222303d30c09c79b93d60977bd48d7c
  • Pointer size: 132 Bytes
  • Size of remote file: 2.06 MB
asset/decision/pic/task2.png ADDED

Git LFS Details

  • SHA256: b535cf5f347d0a7c04924a7724bf256ee0c388b75f6b6f20c4ece77903baa41a
  • Pointer size: 131 Bytes
  • Size of remote file: 971 kB
asset/decision/pic/task3.png ADDED

Git LFS Details

  • SHA256: 2e26308a46050a7b8dfc9aaa20698b88daa4b7c7478f7dbe6c34bf3415d8e086
  • Pointer size: 131 Bytes
  • Size of remote file: 754 kB
asset/decision/pic/task4.png ADDED

Git LFS Details

  • SHA256: bdeb25ad262fde56674c2a47cf64a75a9224e6bb06a577e0c28703950984ae7e
  • Pointer size: 131 Bytes
  • Size of remote file: 871 kB
asset/decision/pic/task5.png ADDED

Git LFS Details

  • SHA256: 04835b21c0f5febe83f463c64af51d9155b50ea026ea53006b43490d7aaacef9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
asset/decision/pic/task6.png ADDED

Git LFS Details

  • SHA256: ce0e7db6508deb1cbb4ddb2a60688d2e9f07a1737e971ef52b256374b4c35fb1
  • Pointer size: 131 Bytes
  • Size of remote file: 159 kB
asset/decision/pic/task7.png ADDED

Git LFS Details

  • SHA256: f65e7644dcb9161949bfca630de052396e76ac5c08b5523cbfe73f86d8af2815
  • Pointer size: 131 Bytes
  • Size of remote file: 571 kB
asset/decision/pic/task8.png ADDED

Git LFS Details

  • SHA256: 003e3a6c7f043225b1cdea42f27e6b53fde590ad07722d1b457ef3deebb82215
  • Pointer size: 132 Bytes
  • Size of remote file: 1.55 MB
asset/perception/map_config/with_sonar.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Hovering",
3
+ "world": "Dam",
4
+ "main_agent": "auv0",
5
+ "ticks_per_sec": 10,
6
+ "frames_per_sec": true,
7
+ "octree_min": 0.02,
8
+ "octree_max": 5.0,
9
+ "agents":[
10
+ {
11
+ "agent_name": "auv0",
12
+ "agent_type": "BlueROV2",
13
+ "control_scheme": 0,
14
+ "location": [255.79588, 5.0124497, -64.576065],
15
+ "rotation": [-0.00020526267, -1.7126215e-05, 28.495195],
16
+ "sensors": [
17
+ {
18
+ "sensor_type": "LocationSensor",
19
+ "socket": "COM",
20
+ "configuration": {
21
+ "Sigma": 0
22
+ }
23
+ },
24
+ {
25
+ "sensor_type": "RotationSensor",
26
+ "socket": "COM"
27
+ },
28
+ {
29
+ "sensor_type": "RGBCamera",
30
+ "sensor_name": "FrontCamera",
31
+ "socket": "CameraSocket",
32
+ "Hz": 5,
33
+ "location": [0.0, 0.0, 0.0],
34
+ "rotation": [0.0, 0.0, 0.0],
35
+ "configuration": {
36
+ "CaptureWidth": 512,
37
+ "CaptureHeight": 512
38
+ }
39
+ },
40
+ {
41
+ "sensor_type": "RGBCamera",
42
+ "sensor_name": "BackCamera",
43
+ "socket": "CameraSocket",
44
+ "Hz": 5,
45
+ "location": [0.0, -0.65, 0.0],
46
+ "rotation": [0.0, 0.0, 180.0],
47
+ "configuration": {
48
+ "CaptureWidth": 512,
49
+ "CaptureHeight": 512
50
+ }
51
+ },
52
+ {
53
+
54
+ "sensor_type": "RGBCamera",
55
+ "sensor_name": "LeftCamera",
56
+ "socket": "CameraSocket",
57
+ "Hz": 5,
58
+ "location": [-0.65, 0.0, 0.0],
59
+ "rotation": [0.0, 0.0, 90.0],
60
+ "configuration": {
61
+ "CaptureWidth": 512,
62
+ "CaptureHeight": 512
63
+ }
64
+ },
65
+ {
66
+ "sensor_type": "RGBCamera",
67
+ "sensor_name": "RightCamera",
68
+ "socket": "CameraSocket",
69
+ "Hz": 5,
70
+ "location": [0.65, 0.0, 0.0],
71
+ "rotation": [0.0, 0.0, -90.0],
72
+ "configuration": {
73
+ "CaptureWidth": 512,
74
+ "CaptureHeight": 512
75
+ }
76
+ },
77
+ {
78
+ "sensor_type": "RGBCamera",
79
+ "sensor_name": "UpCamera",
80
+ "socket": "CameraSocket",
81
+ "Hz": 5,
82
+ "location": [0.0, 0.0, 0.0],
83
+ "rotation": [0.0, -90.0, 0.0],
84
+ "configuration": {
85
+ "CaptureWidth": 512,
86
+ "CaptureHeight": 512
87
+ }
88
+ },
89
+ {
90
+ "sensor_type": "RGBCamera",
91
+ "sensor_name": "DownCamera",
92
+ "socket": "CameraSocket",
93
+ "Hz": 5,
94
+ "location": [0.0, 0.0, 0.0],
95
+ "rotation": [0.0, 90.0, 0.0],
96
+ "configuration": {
97
+ "CaptureWidth": 512,
98
+ "CaptureHeight": 512
99
+ }
100
+ },
101
+ {
102
+ "sensor_type": "ImagingSonar",
103
+ "socket": "SonarSocket",
104
+ "Hz": 5,
105
+ "configuration": {
106
+ "Azimuth": 120,
107
+ "Elevation": 22.5,
108
+ "RangeMin": 0.1,
109
+ "RangeMax": 30,
110
+ "RangeBins": 512,
111
+ "AzimuthBins": 512,
112
+ "AddSigma": 0.1,
113
+ "MultSigma": 0.1,
114
+ "MultiPath": false,
115
+ "ClusterSize": 5,
116
+ "ScaleNoise": false,
117
+ "AzimuthStreaks": 0,
118
+ "RangeSigma": 0.05,
119
+ "ShowWarning": false,
120
+ "InitOctreeRange": 30,
121
+ "ViewRegion": false,
122
+ "ViewOctree": -10,
123
+ "WaterDensity": 997,
124
+ "WaterSpeedSound": 1480,
125
+ "UseApprox": true
126
+ }
127
+ }
128
+ ]
129
+ }
130
+ ],
131
+ "window_width": 1280,
132
+ "window_height": 720
133
+ }
asset/perception/map_config/without_sonar.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Hovering",
3
+ "world": "Dam",
4
+ "main_agent": "auv0",
5
+ "ticks_per_sec": 10,
6
+ "frames_per_sec": true,
7
+ "octree_min": 0.02,
8
+ "octree_max": 5.0,
9
+ "agents":[
10
+ {
11
+ "agent_name": "auv0",
12
+ "agent_type": "BlueROV2",
13
+ "control_scheme": 0,
14
+ "location": [255.79588, 5.0124497, -64.576065],
15
+ "rotation": [-0.00020526267, -1.7126215e-05, 28.495195],
16
+ "sensors": [
17
+ {
18
+ "sensor_type": "LocationSensor",
19
+ "socket": "COM",
20
+ "configuration": {
21
+ "Sigma": 0
22
+ }
23
+ },
24
+ {
25
+ "sensor_type": "RotationSensor",
26
+ "socket": "COM"
27
+ },
28
+ {
29
+ "sensor_type": "RGBCamera",
30
+ "sensor_name": "FrontCamera",
31
+ "socket": "CameraSocket",
32
+ "Hz": 5,
33
+ "location": [0.0, 0.0, 0.0],
34
+ "rotation": [0.0, 0.0, 0.0],
35
+ "configuration": {
36
+ "CaptureWidth": 512,
37
+ "CaptureHeight": 512
38
+ }
39
+ },
40
+ {
41
+ "sensor_type": "RGBCamera",
42
+ "sensor_name": "BackCamera",
43
+ "socket": "CameraSocket",
44
+ "Hz": 5,
45
+ "location": [0.0, -0.65, 0.0],
46
+ "rotation": [0.0, 0.0, 180.0],
47
+ "configuration": {
48
+ "CaptureWidth": 512,
49
+ "CaptureHeight": 512
50
+ }
51
+ },
52
+ {
53
+
54
+ "sensor_type": "RGBCamera",
55
+ "sensor_name": "LeftCamera",
56
+ "socket": "CameraSocket",
57
+ "Hz": 5,
58
+ "location": [-0.65, 0.0, 0.0],
59
+ "rotation": [0.0, 0.0, 90.0],
60
+ "configuration": {
61
+ "CaptureWidth": 512,
62
+ "CaptureHeight": 512
63
+ }
64
+ },
65
+ {
66
+ "sensor_type": "RGBCamera",
67
+ "sensor_name": "RightCamera",
68
+ "socket": "CameraSocket",
69
+ "Hz": 5,
70
+ "location": [0.65, 0.0, 0.0],
71
+ "rotation": [0.0, 0.0, -90.0],
72
+ "configuration": {
73
+ "CaptureWidth": 512,
74
+ "CaptureHeight": 512
75
+ }
76
+ },
77
+ {
78
+ "sensor_type": "RGBCamera",
79
+ "sensor_name": "UpCamera",
80
+ "socket": "CameraSocket",
81
+ "Hz": 5,
82
+ "location": [0.0, 0.0, 0.0],
83
+ "rotation": [0.0, -90.0, 0.0],
84
+ "configuration": {
85
+ "CaptureWidth": 512,
86
+ "CaptureHeight": 512
87
+ }
88
+ },
89
+ {
90
+ "sensor_type": "RGBCamera",
91
+ "sensor_name": "DownCamera",
92
+ "socket": "CameraSocket",
93
+ "Hz": 5,
94
+ "location": [0.0, 0.0, 0.0],
95
+ "rotation": [0.0, 90.0, 0.0],
96
+ "configuration": {
97
+ "CaptureWidth": 512,
98
+ "CaptureHeight": 512
99
+ }
100
+ }
101
+ ]
102
+ }
103
+ ],
104
+ "window_width": 1280,
105
+ "window_height": 720
106
+ }
asset/perception/sonar_img/container-box.png ADDED

Git LFS Details

  • SHA256: 0ef124fe93df25d9cadfe1b7a1127c601f9b6feef5189431c889d359cbb57307
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
asset/perception/sonar_img/damaged-pipeline.png ADDED

Git LFS Details

  • SHA256: ccfb9d76405def79a424f84bae6e3252a6df5523a99ed7394466480c7cabac94
  • Pointer size: 131 Bytes
  • Size of remote file: 119 kB
asset/perception/sonar_img/normal-pipeline.png ADDED

Git LFS Details

  • SHA256: 20eaae7ab9bafabc80e90265804b59a158dda660c15ce459283f47d9ca0e77f4
  • Pointer size: 131 Bytes
  • Size of remote file: 122 kB
asset/perception/sonar_img/plane.png ADDED

Git LFS Details

  • SHA256: 3913fd60e044e1eeb66853980ccebbbc213a60d419afecf2d9cc48a1a474dacb
  • Pointer size: 131 Bytes
  • Size of remote file: 162 kB
asset/perception/sonar_img/ship.png ADDED

Git LFS Details

  • SHA256: dc59507c54d85b50a2d17b7dae05bcd4fbe5fd1f2345007570f61a811af8ce63
  • Pointer size: 131 Bytes
  • Size of remote file: 165 kB
asset/perception/sonar_img/tower.png ADDED

Git LFS Details

  • SHA256: 510ed9c513e580a9563f1f397db078fec9306737a042b33cea574be67240ef8b
  • Pointer size: 131 Bytes
  • Size of remote file: 161 kB