This document will help you port your applications from DriveWorks SDK 5.8 to DriveWorks SDK 5.10.
Following header files have been removed:
Please use these others instead:
Following functionality is deprecated and will be removed in the next major release.
dwGPSFrameNew
in dw/sensors/gps/GPS.h
dwGPSFlags
in dw/sensors/gps/GPS.h
dwGPSFrame.flags
in dw/sensors/gps/GPS.h
dwGPSFrame.utcTime
and field dwGPSFrame.utcDate
in dw/sensors/gps/GPS.h
: Use dwGPSFrame.utcTimeUs
insteaddwGPSFrame.gpsMode
in dw/sensors/gps/GPS.h
: Use dwGPSFrame.mode
insteadFollowing APIs have been deprecated:
dwSensorGPS_readFrameNew()
: Use dwSensorGPS_readFrame()
instead.dwSensorGPS_processRawDataNew()
: Use dwSensorGPS_processRawData()
instead.dwSensorGPS_popFrameNew()
: Use dwSensorGPS_popFrame()
instead.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.