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