DriveWorks SDK Reference
5.16.65 Release
For Test and Development only

Porting Guide from SDK 5.8 to SDK 5.10

This document will help you port your applications from DriveWorks SDK 5.8 to DriveWorks SDK 5.10.


Removed Headers

Following header files have been removed:

  • dw/core/Context.h
  • dw/calibration/engine/CalibrationTypes.h
  • dw/core/Exports.h
  • dw/core/HealthSignals.h
  • dw/core/Logger.h
  • dw/core/Memory.h
  • dw/core/NvMedia.h
  • dw/core/NvMediaExt.h
  • dw/core/Status.h
  • dw/core/Types.h
  • dw/dnn/Tensor.h
  • dwval/base/SignalStatus.h

Please use these others instead:


GPS Frames

Following functionality is deprecated and will be removed in the next major release.

Following APIs have been deprecated:


Egomotion

Egomotion header files have been moved for preparation for a split between motion model specific initialization functions and generic egomotion functions.

Generic egomotion functions have been moved to dw/egomotion/base/Egomotion.h and dw/egomotion/base/EgomotionState.h

dw/egomotion/Egomotion.h and dw/egomotion/EgomotionState.h have been deprecated and will be removed in a future release.