forked from MIT-SPARK/Kimera-VIO
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrated with new Switchboard API (#6)
* Added call to ILLIXR::abort (#7) * Testing integration with GTSAM v4.0.3 and switchboard * Fixing integration with c++17 * Fixed mismatch alloc-deallocs reported as undefined behavior, and added updated .gitignore * Updating switchboard integration to use fowarded constructor args allocation (#5) * Added missing gtsam header
- Loading branch information
Showing
5 changed files
with
166 additions
and
148 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -29,3 +29,7 @@ common | |
|
||
% Ignore large vocabulary files | ||
/vocabulary/* | ||
|
||
% Ignore objects | ||
*.dbg.so | ||
*.opt.so |
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
Oops, something went wrong.