-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Makefile * Logic to plot refINS alone * Catch missing DID_DEV_INFO exceptions * Add comment for default platform type * SN-2503 add gps time user delay (#311) * Created gpsTimeUserDelay * Change refernece INS label * Change refernece INS label * Fixed residual plots * SN-2503 add gps time user delay (#312) * Created gpsTimeUserDelay * Change refernece INS label * Change refernece INS label * Fixed residual plots * Fixed LogInspector x axis labels * Fixed plot labels. Add residuals to IMU plots * Added comment * Process RMS check based on last two thirds of log * SN-2520 relax rms thresholds for IMX-5 (#313) * Adjust RMS thresholds * Adjust RMS thresholds * Rename DID_DUAL_IMU to DID_IMU * Expand Nav filter to Navigation filter * Bump EVB version * Save and load mounting correction from yaml * Fix IMU and delta time plots * Show delta time for DID_IMU * Fix reference PIMU plotting * More fixes for delta time plot. Should have done this in a PR * Auto update plots following RMS * Bump SDK * SN-2581 fix travis npp test (#314) * Don't extrapoloate before data starts in residual plots * Fix RMS error interpolation calc * Change label * Change RMS accuracy report layout * Check mount_bias size * Fix reinitialization of vars * Adjusted RMS NED thresholds * Revise platform config description * Add separate color for ref INS dead reckoning mode in KML (#315) * SN-2628 serial bridge gps firmware update support (#316) * Create serial port bridge to allow GPS firmware update support * Add sys command inverse value * Removed unnecessary comments * Added USB to serX serial bridge sys commands * Added USB to serX serial bridge sys commands * Renamed serial_bridge to serial_port_bridge * Created chip erase invalid fault code (#317) * Remove unused and unreachable code (#318) * Update Makefile (#320) * SN-2695 bootloader version not read from file (#321) * Always display bootloader version * Reduce wording * Condense print statements * Consolidate bootloader update text * More text simplification * Update ISBootloaderThread.cpp * More simplification * SN-2699 modify strobe input (#323) * Support strobe in both directions * WIP * Indicate rising or falling edge in strobe message * strobe_in_time_t optimized * SN-2699 signal ref point stationary (#324) * Using strobe input to indicate startionary condition * Added strobe to G15 GPS PPS * Change SAMBA to SAM-BA * Change SAMBA to SAM-BA * SN-2708 UART-based SAM-BA firmware update fixes (#326) * Fix SAMBA baudrate, SAMBA UART upload, and reformat output * Fix reboot timing. Allow access to all VCP bootloaders through EVB * Remove rebug code from linux serial port code * Manage libusb devices better (#319) * WIP * Move symlink fix to cltool code * Fix issue where EVB-2 boots up too quickly to detect flash write enable (#327) * Allow migration from 1.8.x to 1.9.x * Extend maximum update time for slow UART connections * Fix uINS-3 updates through EVB-2 * Prevent ROM bootloader attempt when device can't use ROM mode over current port * Added GPS2 series for plots that had GPS1, but not GPS2 * SN-2754 LUNA Symlink bootloader compatibility (#328) * Move symlink fix to cltool code * Allow migration from 1.8.x to 1.9.x * Extend maximum update time for slow UART connections * Fix uINS-3 updates through EVB-2 * Prevent ROM bootloader attempt when device can't use ROM mode over current port Co-authored-by: waltjohnson <[email protected]> * Save allan variance data to csv for loading into IMU specs * Created INS_DYN_MODEL_INDOOR * Commented out unused vars * Fix GPS status display * Rename GPS_STATUS_FLAGS_RTK_POSITION_ENABLED to GPS_STATUS_FLAGS_GPS1_RTK_POSITION_ENABLED * Fixed compiler warnings Co-authored-by: Dave Cutting <[email protected]> Co-authored-by: Andrew Priddis <[email protected]> Co-authored-by: Andrew Priddis <[email protected]> Co-authored-by: Dave Cutting <[email protected]> Co-authored-by: Kyle Mallory <[email protected]> Co-authored-by: Kyle Mallory <[email protected]>
- Loading branch information
1 parent
c3a274c
commit 5d89905
Showing
40 changed files
with
1,328 additions
and
1,042 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#define REPO_DESCRIPTION "1.9.0" | ||
#define REPO_DESCRIPTION "1.9.1" | ||
#define REPO_VERSION_MAJOR 1 | ||
#define REPO_VERSION_MINOR 9 | ||
#define REPO_VERSION_REVIS 0 | ||
#define REPO_HEAD_COUNT 1553 | ||
#define REPO_VERSION_REVIS 1 | ||
#define REPO_HEAD_COUNT 1567 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.