-
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.
- Loading branch information
1 parent
3876292
commit e73c49a
Showing
7 changed files
with
86 additions
and
53 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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
All notable changes to the ROS bag reader and writer project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.1] - 2023-12-26 | ||
|
||
### Added | ||
|
||
- Initial implementation of the ROS bag writer in Rust, including: | ||
- Basic structure setup for the `Writer` struct. | ||
- Implementation of the `add_connection` and `write` methods. | ||
- Initial setup of the ROS bag reader in Rust, including: | ||
- Basic structure for the `Reader` struct. | ||
- Implementation of the `open` method for the `Reader` struct to initialize storage based on metadata. | ||
|
||
### Changed | ||
|
||
- Refinement and updates to error handling mechanisms in both reader and writer components. | ||
- Various optimizations and code cleanups to improve performance and readability. | ||
- Add Drop for `Writer` to create metadata.yaml when Writer dropped. | ||
|
||
## [0.1.0] - 2023-12-23 | ||
|
||
- Initial release of the project. |
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