DriveWorks SDK Reference
3.0.4260 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

and you will get an output similiar to this:

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