ROS1 support for the Python MCAP library. Provides utilities for reading and writing ROS1 messages in MCAP files, including conversion between ROS1 message definitions and MCAP schemas. Current version 0.7.4, compatible with Python >=3.7.
pip install mcap-ros1-supportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read ROS1 messages from an MCAP file.
Use make_reader on the file object, then pass to read_ros1_messages.
Update imports to use mcap_ros1.reader and mcap_ros1.writer.
Provide message definitions via definitions parameter when creating Ros1Writer.
Run 'pip install mcap-ros1-support'
Use 'from mcap_ros1.reader import read_ros1_messages'