Main Content

getPdkorSdkVersion

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

Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.

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 DRIVE hardware board, specified as a drive object.

Version History

Introduced in R2018b