Upload 19 files
Browse files- asset/decision/.DS_Store +0 -0
- asset/decision/map_config/OceanGym.json +112 -0
- asset/decision/map_config/OceanGym_sonar.json +139 -0
- asset/decision/pic/task1.png +3 -0
- asset/decision/pic/task2.png +3 -0
- asset/decision/pic/task3.png +3 -0
- asset/decision/pic/task4.png +3 -0
- asset/decision/pic/task5.png +3 -0
- asset/decision/pic/task6.png +3 -0
- asset/decision/pic/task7.png +3 -0
- asset/decision/pic/task8.png +3 -0
- asset/perception/map_config/with_sonar.json +133 -0
- asset/perception/map_config/without_sonar.json +106 -0
- asset/perception/sonar_img/container-box.png +3 -0
- asset/perception/sonar_img/damaged-pipeline.png +3 -0
- asset/perception/sonar_img/normal-pipeline.png +3 -0
- asset/perception/sonar_img/plane.png +3 -0
- asset/perception/sonar_img/ship.png +3 -0
- asset/perception/sonar_img/tower.png +3 -0
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
|
asset/decision/pic/task2.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task3.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task4.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task5.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task6.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task7.png
ADDED
|
Git LFS Details
|
asset/decision/pic/task8.png
ADDED
|
Git LFS Details
|
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
|
asset/perception/sonar_img/damaged-pipeline.png
ADDED
|
Git LFS Details
|
asset/perception/sonar_img/normal-pipeline.png
ADDED
|
Git LFS Details
|
asset/perception/sonar_img/plane.png
ADDED
|
Git LFS Details
|
asset/perception/sonar_img/ship.png
ADDED
|
Git LFS Details
|
asset/perception/sonar_img/tower.png
ADDED
|
Git LFS Details
|