getPdkorSdkVersion - Get the version number of the DriveWorks SDK installed on the NVIDIA DRIVE hardware - MATLAB (original) (raw)

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

collapse all in page

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

Syntax

[getPdkorSdkVersion(hwObj)](#d126e5436)

Description

getPdkorSdkVersion([hwObj](#mw%5F2af33140-bd10-411c-a2c1-826eccd171d7)) displays the version number of the DriveWorks SDK installed on the NVIDIA® hardware.

example

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 thedrive 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

See Also

Functions

Objects

Topics