DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/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 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
7 
8 @section dwx_vehicle_steering_calibration_description Description
9 
10 The Steering Calibration sample demonstrates estimating vehicle steering offset parameter with the
11 NVIDIA<sup>&reg;</sup> DriveWorks Calibration Engine.
12 
13 @section dwx_vehicle_calibration_running Running the Sample
14 
15 The Steering Calibration sample, `sample_calibration_steering`, accepts the following optional parameters. If none are specified, the vehicle parameter are estimated on
16 a default dataset.
17 
18  ./sample_calibration_steering --rig=[path/to/rig/configuration/file]
19  --cameraIndex=[integer]
20  --canIndex=[integer]
21  --imuIndex=[integer]
22 
23 where
24 
25  --rig=[path/to/rig/configuration/file]
26  Path to the rig configuration file.
27  Default value: path/to/data/samples/recordings/highway0/rig.json
28 
29  --cameraIndex=[integer]
30  The index of the camera in the rig configuration file
31  Default value: 0
32 
33  --canIndex=[integer]
34  The index of the vehicle CAN in the rig configuration file
35  Default value: 0
36 
37  --imuIndex=[integer]
38  The index of the IMU in the rig configuration file
39  Default value: 0
40 
41 @section dwx_vehicle_calibration_output Output
42 
43 The sample does the following:
44 - Creates a window.
45 - Displays a video. The calibration state and final calibration result are shown in the bottom left corner.<br>
46  The speed at which the video is displayed differs, depending on convergence.<br>
47  After convergence, the sample slows the video playback to the usual 30-frames per second.
48 
49 After convergence, the sample runs the sample data in a loop, during which the
50 calibration is further refined.
51 
52 ![Vehicle Steering Calibration](sample_calibration_steering.png)
53 
54 @section dwx_vehicle_calibration_more Additional information
55 
56 For more information on vehicle calibration, see @ref calibration_usecase_vehicle .