CHANGELOG
Changelog for package rosbag2_storage_mcap
0.22.8 (2024-11-09)
0.22.7 (2024-07-11)
0.22.6 (2024-02-07)
Use rw_lock to protect mcap metadata lists. (#1566)
Remove rcpputils::fs dependencies from rosbag2_storages (#1564)
Link and compile against rosbag2_storage_mcap: Fixed issue 1492 (#1497)
Contributors: Alejandro Hernández Cordero, Chris Lalancette, Kenta Yonekura, Michael Orlov, Roman, Tomoya Fujita
0.22.5 (2023-11-18)
0.22.4 (2023-10-24)
0.22.3 (2023-09-08)
0.22.2 (2023-07-14)
Add ROS_DISTRO metadata record to mcap file when opening for writing (#1371)
Contributors: Emerson Knapp
0.22.1 (2023-05-18)
0.22.0 (2023-04-18)
0.21.0 (2023-04-12)
0.20.0 (2023-02-14)
CLI: Get storage-specific values from plugin (#1209)
Contributors: Emerson Knapp
0.19.0 (2023-01-13)
0.6.0 (2022-11-28)
mcap_storage: ‘none’ is a valid storage preset profile (#86)
mcap_storage: handle update_metadata call (#83)
Update clang-format rules to fit ROS 2 style guide (#80)
Revert “read_order: throw exception from set_read_order for unsupported orders”
read_order: throw exception from set_read_order for unsupported orders
Fix compile flags to work on rosbag_storage:0.17.x (#78)
Fix Windows build (#73)
Contributors: Andrew Symington, Emerson Knapp, James Smith, james-rms
0.5.0 (2022-11-02)
set defaults for SQLite plugin parity (#68)
rosbag2_storage_mcap: add storage preset profiles (#57)
rename test_fixture_interfaces package to testdata (#64)
Switch to using the vendored zstd library. (#59)
Add set_read_order reader API (#54)
Contributors: Chris Lalancette, Emerson Knapp, James Smith
0.4.0 (2022-10-06)
Some minor improvements in rosbag2_storage_mcap after review (#58)
Revert “rosbag2_storage_mcap: add storage preset profiles”
rosbag2_storage_mcap: add storage preset profiles
Contributors: James Smith, Michael Orlov
0.3.0 (2022-09-09)
Store IDL message definitions in Schema records when no MSG definition is available (#43)
Contributors: James Smith
0.2.0 (2022-09-08)
Support timestamp-ordered playback (#50)
Support regex topic filtering
Contributors: James Smith
0.1.7 (2022-08-15)
Add all lz4 sources to fix undefined symbols at runtime (#46)
Contributors: Emerson Knapp
0.1.6 (2022-07-22)
Upgrade mcap to fix LZ4 error and segfault (#42)
Contributors: Jacob Bandes-Storch
0.1.5 (2022-04-25)
Fix build for Foxy (#34)
Contributors: Jacob Bandes-Storch
0.1.4 (2022-04-21)
0.1.3 (2022-04-20)
0.1.2 (2022-04-20)
Added mcap_vendor package. Updated CMakeLists.txt to fetch dependencies with FetchContent rather than Conan.
Contributors: Jacob Bandes-Storch
0.1.1 (2022-04-01)
CMake build script will now execute pip install conan automatically.
Contributors: Daisuke Nishimatsu
0.1.0 (2022-03-24)
[1.0.0] Use Summary section for get_metadata() and seek(), implement remaining methods (#17)
feat: add play impl (#16)
chore: refine package.xml (#15)
Don’t throw when READ_WRITE mode is used; add .mcap file extension to recorded files (#14)
Add dynamic message definition lookup (#13)
Switch C++ formatter to clang-format (#12)
Merge pull request #7 from ros-tooling/jhurliman/reader-writer
uninitialized struct
lint
lint
lint
Reader and writer implementation
Merge pull request #6 from wep21/add-metadata-impl
feat: add metadata impl
Merge pull request #5 from wep21/mcap-storage-impl
chore: update cmake minimum version
chore: install mcap header
chore: include mcap header
fix: move fetch content into rosbag2 storage mcap
Merge pull request #3 from ros-tooling/emersonknapp/mcap_plugin_skeleton
Add rosbag2_storage_mcap skeleton
Contributors: Daisuke Nishimatsu, Emerson Knapp, Jacob Bandes-Storch, John Hurliman, wep21