-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added controls for cropping log file * WIP: Working on a new MCAP cropper * Dense commit: Split up MCAP and added LZ4 frame encoder * Implementing tools to write MCAP back to file. * Refactored the LZ4 output stream to work with byte buffers * WIP * wip * WIP: More stuff for cropping * Some doc, started writing up a test using the demo MCAP file. * Improving the test. * Making progress on the test. * WIP: Tracking down chunk writing/reading bug. * WIP: Got the cropping test to pass. Still needs a few final checks * Wrapped up the cropping * MCAP cropping is working.
- Loading branch information
1 parent
cc55acd
commit fb6b585
Showing
76 changed files
with
7,004 additions
and
2,187 deletions.
There are no files selected for viewing
1,945 changes: 0 additions & 1,945 deletions
1,945
scs2-session-logger/src/main/java/us/ihmc/scs2/session/mcap/MCAP.java
This file was deleted.
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
12 changes: 7 additions & 5 deletions
12
scs2-session-logger/src/main/java/us/ihmc/scs2/session/mcap/MCAPConsoleLogManager.java
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.