MCAP input and output.
More...
◆ copy_with_slots()
Returns a shallow copy, with slots populated manually.
Definition at line 563 of file mcap.py.
◆ deepcopy_with_slots()
deepcopy_with_slots |
( |
|
self, |
|
|
|
memo |
|
) |
| |
Returns a deep copy, with slots populated manually.
Definition at line 571 of file mcap.py.
◆ init()
Adds MCAP support to reading and writing.
Raises ImportWarning if libraries not available.
Definition at line 714 of file mcap.py.
◆ message_get_fields_and_field_types()
message_get_fields_and_field_types |
( |
|
self | ) |
|
Returns a map of message field names and types (patch method for MCAP message classes).
Definition at line 579 of file mcap.py.
◆ message_repr()
Returns a string representation of ROS message.
Definition at line 584 of file mcap.py.
◆ mcap