1 # Copyright (c) 2019 NVIDIA CORPORATION. All rights reserved.
3 @page dwx_vehicle_steering_calibration_sample Steering Calibration Sample
6 @section dwx_vehicle_steering_calibration_description Description
8 The Steering Calibration sample demonstrates estimating vehicle steering offset parameter with the
9 NVIDIA<sup>®</sup> DriveWorks Calibration Engine.
11 @section dwx_vehicle_calibration_running Running the Sample
13 The Steering Calibration sample, `sample_calibration_steering`, accepts the following optional parameters. If none are specified, the vehicle parameter are estimated on
16 ./sample_calibration_steering --rig=[path/to/rig/configuration/file]
17 --cameraIndex=[integer]
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
27 --cameraIndex=[integer]
28 The index of the camera in the rig configuration file
32 The index of the vehicle CAN in the rig configuration file
36 The index of the IMU in the rig configuration file
39 @section dwx_vehicle_calibration_output Output
41 The sample does the following:
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.
47 After convergence, the sample runs the sample data in a loop, during which the
48 calibration is further refined.
50 
52 @section dwx_vehicle_calibration_more Additional information
54 For more information on vehicle calibration, see @ref calibration_usecase_vehicle .