DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

/dvs/git/dirty/gitlab-master_av/dw/sdk/tools/dw_info/README-dw_info.md
Go to the documentation of this file.
1 # Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved.
2 
3 @page dwx_info_tool DriveWorks Info Tool
4 
5 This is a simple tool to output DriveWorks information, such as the current version,
6 as an easily parsable JSON format.
7 
8 @note SW Release Applicability: This tool is available in both <b>NVIDIA DriveWorks</b> and <b>NVIDIA DRIVE Software</b> releases.
9 
10 # Usage
11 
12 Run the tool by executing:
13 
14  ./dw_info
15 
16 An output similar to the following appears:
17 
18 ```
19 {
20  "version":
21  {
22  "major": 3,
23  "minor": 0,
24  "patch": 1,
25  "hash": "ffffffffffffffffffffffffffffffffffffffff",
26  "extra": ""
27  }
28 }
29 ```