DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

DriveWorks Info Tool

This is a simple tool to output DriveWorks information, such as the current version, as an easily parsable JSON format.

Note
SW Release Applicability: This tool is available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Usage

Run the tool by executing:

./dw_info

An output similar to the following appears:

{
"version":
{
"major": 3,
"minor": 0,
"patch": 1,
"hash": "ffffffffffffffffffffffffffffffffffffffff",
"extra": ""
}
}