-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace MockReader with real bag for tests
Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
- Loading branch information
1 parent
fa260d3
commit 07e33e9
Showing
3 changed files
with
79 additions
and
23 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
rosbag2_transport/test/resources/test_bag_for_seek/metadata.yaml
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,19 @@ | ||
rosbag2_bagfile_information: | ||
version: 4 | ||
storage_identifier: sqlite3 | ||
relative_file_paths: | ||
- test_bag_for_seek_0.db3 | ||
duration: | ||
nanoseconds: 400000000 | ||
starting_time: | ||
nanoseconds_since_epoch: 1000000000 | ||
message_count: 5 | ||
topics_with_message_count: | ||
- topic_metadata: | ||
name: topic1 | ||
type: test_msgs/BasicTypes | ||
serialization_format: cdr | ||
offered_qos_profiles: "" | ||
message_count: 5 | ||
compression_format: "" | ||
compression_mode: "" |
Binary file added
BIN
+16 KB
rosbag2_transport/test/resources/test_bag_for_seek/test_bag_for_seek_0.db3
Binary file not shown.
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