Main Content

getPdkorSdkVersion

Get the version number of the DriveWorks SDK installed on the NVIDIA DRIVE hardware

Since R2018b

Description

example

getPdkorSdkVersion(hwObj) displays the version number of the DriveWorks SDK installed on the NVIDIA® hardware.

Examples

collapse all

You can check the SDK/PDK version currently installed on the DRIVE hardware from the MATLAB® environment using the getPdkorSdkVersion method of the drive hardware connection object.

getPdkorSdkVersion(hwObj);
Drive SDK/PDK version is: 5.0.5.0-10129397

Input Arguments

collapse all

Connection to a specific NVIDIA hardware board, specified as a jetson or drive object.

Version History

Introduced in R2018b