Skip to content

Commit

Permalink
Update rosbag2_compression/test/rosbag2_compression/test_zstd_compres…
Browse files Browse the repository at this point in the history
…sor.cpp

Co-authored-by: Anas Abou Allaban <aabouallaban@protonmail.com>
  • Loading branch information
pjreed and piraka9011 authored Jul 13, 2020
1 parent c51e090 commit a5a739f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace
{
constexpr const char kGarbageStatement[] = "garbage";
constexpr const int kDefaultGarbageFileSize = 10; // MiB
constexpr const size_t kExpectedCompressedDataSize = 976; // manually calculated, could change
constexpr const size_t kExpectedCompressedDataSize = 976; // manually calculated, could change
// if compression params change

/**
Expand Down

0 comments on commit a5a739f

Please sign in to comment.