You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
* Switch to using the vendored zstd library.
We already have it vendored in the core as necessary.
Signed-off-by: Chris Lalancette <[email protected]>
* Add `can_write_mcap_with_zstd_configured_from_yaml` test
- Add unit test to check that rosbag2_mcap_storage plugin can write
mcap file with zstd compression configured via storage config yaml file
Signed-off-by: Michael Orlov <[email protected]>
* Address build failure on CI related to the missing header from zstd lib
- Replace target_link_libraries(mcap PRIVATE zstd::zstd) with
ament_target_dependencies(mcap zstd)
Signed-off-by: Michael Orlov <[email protected]>
Signed-off-by: Chris Lalancette <[email protected]>
Signed-off-by: Michael Orlov <[email protected]>
Co-authored-by: Michael Orlov <[email protected]>
0 commit comments