-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Changelog - Fixed: previously ROS 1 bag files downloaded using the foxglove CLI would fail with an "unindexed bag" error. These files should now download correctly. ### Docs ### Description Since #124, the code to reindex exported bag files has been broken - it first tries to use a seeking reader to read the unindexed file (which will not work), then it fails to close the reindexing writer in the happy path. This PR fixes that and adds a test.
- Loading branch information
Showing
3 changed files
with
40 additions
and
2 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
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
Binary file not shown.