DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/tools/replayer/README-replayer.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_replayer_tool Replayer Tool
4 @tableofcontents
5 
6 @section dwx_replayer_tool_description Description
7 
8 The Replayer tool replays sensor data captured with the @ref dwx_recording_tools, and visualizes all recorded data in the rig configuration file. The visualization settings for each individual sensor is specified in the command line.
9 
10 @note SW Release Applicability: This tool is available in both <b>NVIDIA DriveWorks</b> and <b>NVIDIA DRIVE Software</b> releases.
11 
12 @section dwx_replayer_tool_prerequisites Prerequisites
13 
14 This tool is available on the x86 Host System and NVIDIA DRIVE<sup>&trade;</sup> OS Linux.
15 
16 On DRIVE platforms it is only supported on iGPU.
17 To specify the iGPU, you must prepend `CUDA_VISIBLE_DEVICES=1` before the tool command.
18 
19 @section dwx_replayer_tool_usage Running the Tool
20 
21 @subsection dwx_replayer_tool_rigfile Playing Sensors Listed in Rig File
22 
23 Run the tool by executing:
24 
25  export CUDA_VISIBLE_DEVICES=1
26  ./replayer --rig=<pathToRigConfigurationFile> [motion-compensation=1]
27 
28 @subsection dwx_replayer_tool_individual Playing Individual Sensors
29 
30 Run the tool by executing:
31 
32  ./replayer --camera=[path to video]
33  --timestamp=[path to timestamp]
34  --can=[path to CAN data]
35  --candbc=[path to DBC file]
36  --imu=[path to IMU data]
37  --gps=[path to GPS data]
38  --lidar=[path to Lidar data]
39  --radar=[path to Radar data]
40  --motion-compensation=[0|1]
41 
42 Where:
43 
44  --motion-compensation=[0|1]
45  Description: Enables or disables motion compensation to lidar points with the IMU motion model.
46 
47 @section dwx_recording_tools_output Output
48 
49 ![Replayer Tool](tool_replayer.png)