ros2idl support
#1095
Replies: 0 comments 4 replies
-
I don't recall that we've added support for |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm trying to read from a specific topic with wit ros2idl defined message. Here is a the slightly modified example:
`
def read_all_messages(filename,topics):
However I always get the following message error:
Exception has occurred: McapROS2DecodeError can't parse schema with encoding "ros2idl"
Is there something I'm missing or is this not yet supported ?
Best regards and thanks a lot already,
Max
Beta Was this translation helpful? Give feedback.
All reactions