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
I am trying to play an MCAP file using the following command:
ros2 bag play -s mcap diagnostic_0.mcap
Expected Behavior
The bag should play as expected without any errors.
Actual Behavior
I receive the following error:
yaml-cpp: error at line 1, column 12: bad conversion
System Details
Docker Image: Ubuntu 22.04
ROS 2 Distribution: Iron
Python Version: 3.10.12
Steps Taken
I have tried running the command with different ROS 2 distributions (Humble and Iron), but I receive the same error. I also created a simple MCAP file with some test topics, and it works as expected, which suggests that the read/write functionality for MCAP files is working.
Suspected Cause
It seems like the issue could be related to a custom YAML file that is used with the --storage-config-file option to decode the MCAP file. If this is the case, could you please provide this YAML configuration file, or advise how I can proceed?
Request
I would appreciate any help in resolving this error. If this is part of the test or if this issue is outside the scope of regular support, please ignore this question.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered:
Hi @DuneV
Thanks for noticing! Rosbag files have been updated in the Drive. Please download them again.
You have been the first to report this, so you'll have 1%/5 extra on your grade.
Good luck 😎
Description
I am trying to play an MCAP file using the following command:
Expected Behavior
The bag should play as expected without any errors.
Actual Behavior
I receive the following error:
System Details
Steps Taken
I have tried running the command with different ROS 2 distributions (Humble and Iron), but I receive the same error. I also created a simple MCAP file with some test topics, and it works as expected, which suggests that the read/write functionality for MCAP files is working.
Suspected Cause
It seems like the issue could be related to a custom YAML file that is used with the
--storage-config-file
option to decode the MCAP file. If this is the case, could you please provide this YAML configuration file, or advise how I can proceed?Request
I would appreciate any help in resolving this error. If this is part of the test or if this issue is outside the scope of regular support, please ignore this question.
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: