DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

tools/sensor_initializer/README-sensor_initializer.md
Go to the documentation of this file.
1 # Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_sensor_initializer_tool Sensors Initialization Tool
4 
5 The NVIDIA<sup>&reg;</sup> DriveWorks Sensor Initializer tool initializes and starts
6 sensors described in a rig configuration file.
7 
8 Run the tool by executing:
9 
10  ./sensor_initializer --rig=<path/to/rig/file>
11 
12 This tool does not actually perform any specific operation. It simply starts
13 the sensor and consumes the incoming data.
14 
15 ### Command Line Options ###
16 
17 The following lists the required and optional command line arguments.
18 
19 #### Required Arguments ####
20 - `--rig`: Path to the rig file describing the sensor to be initialized (e.g., `--input=/home/nvidia/rig.json`)