- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
This document will help you port your applications from DriveWorks SDK 5.4 to DriveWorks SDK 5.6.
Following APIs have been modified:
dwPyramid_createFromProperties()
changes the input parameter from dwPyramidImageProperties
to dwPyramidImageProperties const*
.This release moved the following headers:
dw/imageprocesssing/features/FeatureDetector.h
to dw/imageprocesssing/featuredetector/FeatureDetector.h
Following APIs have been added:
dwCalibrationEngine_addVehicleIONonSafetyState
dwCalibrationEngine_addVehicleIOActuationFeedback
Following API has been deprecated:
dwCalibrationEngine_addVehicleIOState
: Use the newly added dwCalibrationEngine_addVehicleIONonSafetyState
and dwCalibrationEngine_addVehicleIOActuationFeedback
instead.The behavior of the follow APIs have changed:
dwEgomotion_initParamsFromRig
, dwEgomotion_initParamsFromRigByIndex
: use DW_EGOMOTION_REAR_WHEEL_SPEED by default, was previously DW_EGOMOTION_FRONT_SPEED.dwFeatureArray_reset
and dwFeatureHistoryArray_reset
APIs to take an extra input argument stream
to specify the CUDA stream used to reset the array.dwTemplateArray_reset
API to take an extra input argument stream
to specify the CUDA stream used to reset the array.