DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

samples/calibration/vehicle/README.md
Go to the documentation of this file.
1 # Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_vehicle_steering_calibration_sample Steering Calibration Sample
4 @tableofcontents
5 
6 @section dwx_vehicle_steering_calibration_description Description
7 
8 The Steering Calibration sample demonstrates estimating vehicle steering offset parameter with the
9 NVIDIA<sup>&reg;</sup> DriveWorks Calibration Engine.
10 
11 @section dwx_vehicle_calibration_running Running the Sample
12 
13 The Steering Calibration sample, `sample_calibration_steering`, accepts the following optional parameters. If none are specified, the vehicle parameter are estimated on
14 a default dataset.
15 
16  ./sample_calibration_steering --rig=[path/to/rig/configuration/file]
17  --cameraIndex=[integer]
18  --canIndex=[integer]
19  --imuIndex=[integer]
20 
21 where
22 
23  --rig=[path/to/rig/configuration/file]
24  Path to the rig configuration file.
25  Default value: path/to/data/samples/recordings/highway0/rig.json
26 
27  --cameraIndex=[integer]
28  The index of the camera in the rig configuration file
29  Default value: 0
30 
31  --canIndex=[integer]
32  The index of the vehicle CAN in the rig configuration file
33  Default value: 0
34 
35  --imuIndex=[integer]
36  The index of the IMU in the rig configuration file
37  Default value: 0
38 
39 @section dwx_vehicle_calibration_output Output
40 
41 The sample does the following:
42 - Creates a window.
43 - Displays a video. The calibration state and final calibration result are shown in the bottom left corner.<br>
44  The speed at which the video is displayed differs, depending on convergence.<br>
45  After convergence, the sample slows the video playback to the usual 30-frames per second.
46 
47 After convergence, the sample runs the sample data in a loop, during which the
48 calibration is further refined.
49 
50 ![Vehicle Steering Calibration](sample_calibration_steering.png)
51 
52 @section dwx_vehicle_calibration_more Additional information
53 
54 For more information on vehicle calibration, see @ref calibration_usecase_vehicle .