Datasets:
File size: 6,820 Bytes
8e6ff1c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | {
"schema_version": 3,
"transform_convention": "T_A_B maps a point in frame B into frame A: p_A = T_A_B * p_B",
"frames": {
"world": {
"name": "W",
"axes": {
"x": "East",
"y": "North",
"z": "Up"
},
"origin_llh_gga": {
"latitude_deg": 30.449400235285786,
"longitude_deg": 114.51175649447971,
"altitude_m": 30.877709330727896
}
},
"vehicle": {
"name": "V",
"axes": {
"x": "forward",
"y": "left",
"z": "up"
},
"origin": "ground level, centre of the four wheels"
},
"uav": {
"name": "U",
"axes": {
"x": "forward",
"y": "left",
"z": "up"
}
}
},
"extrinsics_m": {
"uav_rtk_antenna_in_u": [
0.03,
-0.05,
0.25
],
"car_rtk_antenna_in_v": [
0.01,
-0.22,
0.86
]
},
"transforms": {
"T_W_V": {
"vehicle_pose_0716": [
[
-0.3400029448603845,
-0.9404243709550845,
0.0,
0.19553638681993726
],
[
0.9404243709550845,
-0.3400029448603845,
0.0,
-0.14374656836228367
],
[
0.0,
0.0,
1.0,
-1.124236942068264
],
[
0.0,
0.0,
0.0,
1.0
]
],
"vehicle_pose_0723": [
[
-0.344470843811927,
-0.9387970162732192,
0.0,
0.0
],
[
0.9387970162732192,
-0.344470843811927,
0.0,
0.0
],
[
0.0,
0.0,
1.0,
-1.22
],
[
0.0,
0.0,
0.0,
1.0
]
]
}
},
"sensor_extrinsics": {
"_comment_en": "Per-sensor extrinsics used by the real-time pipeline. Values are identical to the source repository config/extrinsic_calibration.json and document/外参标定结果.txt (paper-form). Kinematic chain: T_W_L = T_W_V * T_V_G1(yaw) * T_G1_G2(pitch) * T_G2_L.",
"_comment_zh": "实时系统使用的传感器外参。数值与源码仓库 config/extrinsic_calibration.json 及 document/外参标定结果.txt(论文公式版)一致。运动学链:T_W_L = T_W_V · T_V_G1(yaw) · T_G1_G2(pitch) · T_G2_L。",
"frames": {
"V": "Vehicle (origin: ground level, centre of four wheels; x=forward, y=left, z=up) / 车辆坐标系(原点:地面四轮中心;x 前、y 左、z 上)",
"H": "RoboSense RS-Helios LiDAR (used for vehicle localization) / Helios 雷达坐标系(用于车辆定位)",
"G1": "Gimbal yaw (pan) joint frame / 云台偏航(pan)关节坐标系",
"G2": "Gimbal pitch (tilt) joint frame / 云台俯仰(tilt)关节坐标系",
"L": "RoboSense RS-M1 LiDAR (tracking sensor) / M1 雷达坐标系(追踪传感器)",
"C": "Hikvision camera / 相机坐标系",
"R": "Vehicle RTK antenna / 车载 RTK 天线"
},
"encoder_to_angle": {
"_comment_en": "Maps servo encoder readings to joint angles (degrees). E_pan, E_tilt are the raw encoder codes.",
"_comment_zh": "舵机编码值到关节角度(度)的映射。E_pan、E_tilt 为原始编码值。",
"pan_deg": "0.0669 * (E_pan - 2062.8)",
"tilt_deg": "-0.071 * (E_tilt - 1936.79)"
},
"T_V_G1": {
"_comment_en": "Pan (yaw) joint pose in Vehicle. Time-varying rotation Rz(yaw). / 偏航关节在车辆坐标系中的位姿,时变旋转 Rz(yaw)。",
"rotation_param": "Rz(yaw)",
"translation": [
0.18,
0.0,
0.85
]
},
"T_G1_G2": {
"_comment_en": "Tilt (pitch) joint pose in G1. Time-varying rotation Ry(pitch). / 俯仰关节在 G1 坐标系中的位姿,时变旋转 Ry(pitch)。",
"rotation_param": "Ry(pitch)",
"translation": [
0.0,
0.0,
0.062
]
},
"T_G2_L": {
"_comment_en": "RS-M1 LiDAR pose in G2. Pure translation, identity rotation. / M1 雷达在 G2 坐标系中的位姿,纯平移,无旋转。",
"matrix_4x4": [
[
1.0,
0.0,
0.0,
0.018
],
[
0.0,
1.0,
0.0,
0.0
],
[
0.0,
0.0,
1.0,
0.072
],
[
0.0,
0.0,
0.0,
1.0
]
]
},
"T_G2_C": {
"_comment_en": "Camera pose in G2. Rotation = ideal axis permutation left-multiplied by Ry(+1.10 deg) fine correction. / 相机在 G2 坐标系中的位姿。旋转在理想轴置换基础上左乘 Ry(+1.10°) 精修。",
"matrix_4x4": [
[
0.0,
-0.0191974424,
0.999815712122,
0.025
],
[
-1.0,
0.0,
0.0,
0.08
],
[
0.0,
-0.999815712122,
-0.0191974424,
0.058
],
[
0.0,
0.0,
0.0,
1.0
]
]
},
"T_V_H": {
"_comment_en": "RS-Helios LiDAR pose in Vehicle. Pure translation, identity rotation. / Helios 雷达在车辆坐标系中的位姿,纯平移,无旋转。",
"matrix_4x4": [
[
1.0,
0.0,
0.0,
-0.17
],
[
0.0,
1.0,
0.0,
0.0
],
[
0.0,
0.0,
1.0,
0.95
],
[
0.0,
0.0,
0.0,
1.0
]
]
},
"T_V_R": {
"_comment_en": "Vehicle RTK antenna pose in Vehicle. Heading aligned with Vehicle. / 车载 RTK 天线在车辆坐标系中的位姿,朝向与车辆一致。",
"matrix_4x4": [
[
1.0,
0.0,
0.0,
0.01
],
[
0.0,
1.0,
0.0,
-0.22
],
[
0.0,
0.0,
1.0,
0.86
],
[
0.0,
0.0,
0.0,
1.0
]
]
},
"camera_intrinsic": {
"_comment_en": "Hikvision MV-CS050-10UC pinhole + radial-tangential distortion. / 海康 MV-CS050-10UC 相机内参 + 径向切向畸变。",
"fx": 2292.4112472233305,
"fy": 2289.1280016360388,
"cx": 1183.4111483043127,
"cy": 1038.7331036789315,
"k1": -0.08272229239611316,
"k2": 0.13203832389665585,
"p1": 0.0003186630393428523,
"p2": -0.0032283162603578613,
"k3": -0.11291916041136751,
"image_width": 2448,
"image_height": 2048
}
}
}
|