You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(SDK) Added InertialSense::BroadcastBinaryData(pHandle) variant to request broadcast data for a specific port.
(SDK) Added InertialSense::setErrorHandler() to specify a callback function when parse errors are detected.
(GPX) Added MSL altitude to GPX output of DID_GPSx_POS.
(SDK) RTMC3 protocol added to DID_EVENT.
(SDK) Sony Binary protocol added to DID_EVENT.
CHANGES:
(EvalTool) Default selection for Log Format in EvalTool from "Serial Binary" to "Raw Packet".
(GPX) Now responds to direct requests for DID_DEV_INFO (publishes same as DID_GPX_DEV_INFO)
(EvalTool) Increases maximum number of supported devices to 136 (128 IS devices + 8 reference devices)
(SDK/EvalTool) Added SYS_CMD_GPX_SOFT_RESET_GPX system command as a way to issue a GPX reset through the IMX.
(SDK) $Intel NMEA message timestamp switch from milliseconds to seconds.
(GPX) Improved long-term RTK stability
(SDK) ISComm::reportParseError() includes the type of error (eParseErrorType) and counts occurrences of each.
(SDK) Start of planned refactor of underlying port management to be device-specific, and consolidate port management.
(cltool) Close cltool following sending reset command when using option "-reset".
(GPX) Update GPX GNSS receiver default version v0.134_ISv0_2 to v0.151_ISv3_0.
BREAKING CHANGES
(SDK) Variable dev_info_t.hardware was renamed to dev_info_t.hardwareType and changed to type uint8_t.
BUG FIXES:
(EvalTool) Fixed Cancel button in Firmware Update dialog not cancelling. (Note: this is not a "Revert"; any update steps successfully completed prior may still be applied.)
(EvalTool) Resolved segfault when exiting EvalTool
(IMX) Fixed hardware detection third digit (micro/patch) version.
(GPX) fwUpdate messages are passed upstream when not processed locally (fwUpdate stalls on IMX).
(IMX) Fixed bug where platform config 12 would route GPS2 PPS to GPS1 PPS in an IMX/GPX pairing.
(SDK) Fixed InertialSense::Update() closing all ports if any port is closed (or invalid).
(IMX/GPX) Fixed UART DMA driver occasional data drop and packet corruption.
(IMX/GPX) Fixed serial bridge mode throughput by reducing enabled protocols to ISB only.
(GPX) Fixed RTK fix outage that occurs during two hour window prior to GMT week time wrap.
(SDK) Fixed cISLogger crash caused by reading file with no numerical characters in filename. This prevents LogInspector from being able to open certain logs.
KNOWN ISSUES
(GPX) (SN-4689) INS position saw-tooth pattern probably caused from GNSS position/velocity time synchronization error.
(GPX) Ser2 UART communications port is not yet supported.