Closed marcoag closed 4 months ago
PLATFORM INFORMATION
system : Windows
platform info : Windows-10-10.0.19041-SP0
release : 10
processor : Intel64 Family 6 Model 154 Stepping 4, GenuineIntel
QOS COMPATIBILITY LIST
compatibility status : No publisher/subscriber pairs found
RMW MIDDLEWARE
middleware name : rmw_cyclonedds_cpp
ROS 2 INFORMATION
distribution name : jazzy
distribution type : ros2
distribution status : pre-release
release platforms : {'debian': ['bookworm'], 'rhel': ['9'], 'ubuntu': ['noble']}
The previous test which I did in powershell has passed. But, this test which is done in command prompt has failed. There is 0.0s duration and same start and end timestamp which is predated to initial timestamp = 0.
C:\Users\pc\Desktop>ros2 bag info my-bag
Files: my-bag_0.mcap
Bag size: 5.7 KiB
Storage id: mcap
ROS Distro: jazzy
Duration: 0.0s
Start: Dec 31 1969 16:00:00.0 (0.0)
End: Dec 31 1969 16:00:00.0 (0.0)
Messages: 12
Topic information: Topic: /chatter | Type: std_msgs/msg/String | Count: 12 | Serialization Format: cdr
Service: 0
Service information:
This is another instance of https://github.com/ros2/rosbag2/issues/1638
Configuration
Process
Step 1 - Check record
Actions
You should stop the talker once the recording is stopped.
Run for a few seconds and then hit Ctrl-C to stop the bag recording.
Expected Result
You should see a folder named my-bag in the current directory
Step 2 - Check info
Actions
Continuing from the previous check.
Expected Results
Something like the following
Step 3 - Check play
Actions
Continuing from the previous two checks. Make sure that the talker is stopped.
The
-l
option loops the bag. You should kill this process eventually with Ctrl-C.Expected Results
Something like the following.