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
Executing the same code in ros jazzy leads to the following errors
[ERROR] [1736858572.767223751] [pluginlib.ClassLoader]: Could not find a root element for package manifest at /opt/ros/jazzy/share/rosbag2_storage_mcap/package.xml.
[ERROR] [1736858572.767244212] [pluginlib.ClassLoader]: Could not find package manifest (neither package.xml or deprecated manifest.xml) at same directory level as the plugin XML file /opt/ros/jazzy/share/rosbag2_storage_mcap/plugin_description.xml. Plugins will likely not be exported properly.
)
[ERROR] [1736858572.767315553] [pluginlib.ClassLoader]: Could not find a root element for package manifest at /opt/ros/jazzy/share/rosbag2_storage_mcap/package.xml.
[ERROR] [1736858572.767318877] [pluginlib.ClassLoader]: Could not find package manifest (neither package.xml or deprecated manifest.xml) at same directory level as the plugin XML file /opt/ros/jazzy/share/rosbag2_storage_mcap/plugin_description.xml. Plugins will likely not be exported properly.
)
[ERROR] [1736858572.767428272] [rosbag2_storage]: Unable to load plugin 'mcap': ament_index_cpp::get_resource() resource name must not be empty
[ERROR] [1736858572.767432314] [rosbag2_storage]: Could not load/open plugin with storage id 'mcap'
Further actions taken to track down the root cause
Commenting out this XML Schema reference in the storage_mcap/package.xml fixes the issue: <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
The issue persists when downloading the schema and referencing the local schema.
XML is valid using xmllint
System (please complete the following information)
OS: Ubuntu 24.04.1 LTS
ROS 2 Distro: jazzy
Install Method: APT
Version: I didn't find the exact version (Edit: rosbag2_storage_mcap version 0.26.6)
The text was updated successfully, but these errors were encountered:
Description
XML Schema reference in /opt/ros/jazzy/share/rosbag2_storage_mcap/Package.xml prevents from writing Rosbag
Expected Behavior
Using ros galactic, we could write data into a rosbag as follows:
Actual Behavior
Executing the same code in ros jazzy leads to the following errors
Further actions taken to track down the root cause
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
System (please complete the following information)
The text was updated successfully, but these errors were encountered: