You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to run the `radar_lidar_visualizer` tool to generate the image.
279
280
See [Radar LiDAR Visualizer Projection Tool](####Radar LiDAR Visualizer Projection Tool) for more information.
280
281
282
+
## IMU-to-Vehicle Calibration
283
+
1. Download the [calibration tool](https://apollocache.blob.core.windows.net/apollo-cache/imu_car_calibrator.zip).
284
+
2. Start the vehicle to move before calibration. The vehicle should keep going straight at speed of 3m/s for 10s at least. There is no need to provide the intrinsic and initial extrinsic.
285
+
3. Required topic: INS /apollo/sensors/gnss/odemetry 100Hz
286
+
287
+
4. Run the IMU-to-Vehicle Calibration using these commands:
288
+
289
+
```bash
290
+
cd /apollo
291
+
bash scripts/sensor_calibration.sh imu_vehicle
292
+
```
293
+
4. The result is saved as vehicle_imu_extrinsics.yaml in current path. Here is an example:
294
+
```bash
295
+
header
296
+
seq: 0
297
+
stamp:
298
+
secs: 1522137131
299
+
nsecs: 319999933
300
+
frame_id: imu
301
+
transform:
302
+
translation:
303
+
x: 0.0
304
+
y: 0.0
305
+
z: 0.0
306
+
rotation:
307
+
x: -0.008324888458427
308
+
y: -0.000229845441991
309
+
z: 0.027597957866274
310
+
w: 0.999584411705604
311
+
child_frame_id: vehicle
312
+
313
+
#pitch install error: -0.954337
314
+
#roll install error: 0.000000
315
+
#yaw install error: 3.163004
316
+
```
317
+
318
+
319
+
281
320
### (Optional) Run All Calibration Tools
282
321
283
322
If necessary, users can run all calibration tools using these commands:
0 commit comments