DriveWorks SDK Reference

| 0.6.67 Release

/builds/driveav/dw/sdk/samples/sensors/radar/radar_replay/README.md
Go to the documentation of this file.
1 # Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_radar_replay_sample Radar Point Clouds Sample
4 
5 The Radar Replay sample demonstrates how to connect to a Radar and displays the generated point cloud in 3D.
6 
7 For a list of currently supported Radar devices, see the <em>Release Notes</em>.
8 
9 #### Point Cloud Dispay
10 ![Radar Point Clouds Sample](sample_radar_replay.png)
11 
12 
13 ## Prerequisites
14 
15 - The Radar must be up and running, and connected to the network.
16 
17 ## Running the Sample
18 
19 The command line for the sample to display live radar point clouds is:
20 
21  ./sample_radar_replay --ip=[radar IP address] --port=[lidar port] --device=[type of device]
22 
23 Where [type of device] is one of the following:
24 - CONTINENTAL_ARS430
25 - DELPHI_ESR2_5
26 
27 The command line for the sample to display recorded Radar point clouds is:
28 
29  ./sample_radar_replay --file=[radar bin file]
30 
31 - The Radar file can be obtained with the provided recording tools.
32 - If no arguments are passed, a default Radar file is loaded.
33 
34 ## Output
35 
36 The sample opens an X window to display a 3D point cloud. Beside points the output contains directed unit velocity vectors.
37 If velocity is 100 km/h or less then the directed vectors are red. If greater or equal to 200 then they are green.
38 Worldspace axes: Red-OX, Blue-OY, Green-OZ.
39 
40 Use the mouse and keyboard to interact with the visualization:
41 
42 - Mouse left button: rotate the point cloud
43 - Mouse wheel: zoom in or out
44 - SPACE: make a pause
45 - R: reset camera view and also reset artificially increased or decreased frame rate
46 - G: show/hide circular and rectangular grid
47 - F1 show/hide text messages hints