1 # Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
3 @page dwx_vehicle_steering_calibration_sample Steering Calibration Sample
6 @note SW Release Applicability: This sample is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
8 @section dwx_vehicle_steering_calibration_description Description
10 The Steering Calibration sample demonstrates estimating vehicle steering offset parameter with the
11 NVIDIA<sup>®</sup> DriveWorks Calibration Engine.
13 @section dwx_vehicle_calibration_running Running the Sample
15 The Steering Calibration sample, `sample_calibration_steering`, accepts the following optional parameters. If none are specified, the vehicle parameter are estimated on
18 ./sample_calibration_steering --rig=[path/to/rig/configuration/file]
19 --cameraIndex=[integer]
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
29 --cameraIndex=[integer]
30 The index of the camera in the rig configuration file
34 The index of the vehicle CAN in the rig configuration file
38 The index of the IMU in the rig configuration file
41 @section dwx_vehicle_calibration_output Output
43 The sample does the following:
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.
49 After convergence, the sample runs the sample data in a loop, during which the
50 calibration is further refined.
52 
54 @section dwx_vehicle_calibration_more Additional information
56 For more information on vehicle calibration, see @ref calibration_usecase_vehicle .