-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't play bags with v9
metadata
#146
Comments
@MichaelOrlov I tested again and it is something happening in:
so related to rosbag2. Any clue? Line 11 column 11 is: rosbag2_bagfile_information:
version: 9
storage_identifier: sqlite3
duration:
nanoseconds: 352757433264
starting_time:
nanoseconds_since_epoch: 1703179683403182547
message_count: 161592
topics_with_message_count:
- topic_metadata:
name: /zed_camera/odom
type: nav_msgs/msg/Odometry
serialization_format: cdr
offered_qos_profiles:
- history: unknown # THIS ONE
depth: 0
reliability: reliable
durability: volatile
deadline:
sec: 9223372036
nsec: 854775807
lifespan:
sec: 9223372036
nsec: 854775807
liveliness: automatic
liveliness_lease_duration:
sec: 9223372036
nsec: 854775807
avoid_ros_namespace_conventions: false
type_description_hash: RIHS01_3cc97dc7fb7502f8714462c526d369e35b603cfc34d946e3f2eda2766dfec6e0
message_count: 5939 I think there is an issue in YAML compatibility of the |
I validated the above YAML via: https://onlineyamltools.com/validate-yaml {
"rosbag2_bagfile_information": {
"version": 9,
"storage_identifier": "sqlite3",
"duration": {
"nanoseconds": 352757433264
},
"starting_time": {
"nanoseconds_since_epoch": 1703179683403182600
},
"message_count": 161592,
"topics_with_message_count": [
{
"topic_metadata": {
"name": "/zed_camera/odom",
"type": "nav_msgs/msg/Odometry",
"serialization_format": "cdr",
"offered_qos_profiles": [ ### BEGIN LIST
{ ### BEGIN QOS #1 ITEM
"history": "unknown",
"depth": 0,
"reliability": "reliable",
"durability": "volatile",
"deadline": {
"sec": 9223372036,
"nsec": 854775807
},
"lifespan": {
"sec": 9223372036,
"nsec": 854775807
},
"liveliness": "automatic",
"liveliness_lease_duration": {
"sec": 9223372036,
"nsec": 854775807
},
"avoid_ros_namespace_conventions": false
} ### END QOS #1 ITEM
], ### END LIST
"type_description_hash": "RIHS01_3cc97dc7fb7502f8714462c526d369e35b603cfc34d946e3f2eda2766dfec6e0"
},
"message_count": 5939
}
]
}
} |
After a depper inspection, this was a local issue on one of my machines. @Fixit-Davide you can close. |
@roncapat Thanks for investigating this issue. |
Thanks! I had more a doubt with the appearance of the list itself / was not confident whether that was valid YAML syntax. Anyway, better safe than sorry :) I'm starting to use it on real hardware on real projects, so will do some useful testing before Jazzy will be branched out ! BTW, happy New Year :) |
Since ros2/rosbag2#1476 there may be an incompatibility with the current capabilities of this RQT plugin.
I get this error when trying to load a bag to play:
CC @roncapat
The text was updated successfully, but these errors were encountered: