-
Notifications
You must be signed in to change notification settings - Fork 20
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
Decode mcap files with Python #15
Comments
This is precisely the next thing I will implement. stay tuned |
Great, looking forward to it! |
Is there any news about the Python compatibility? 🙂 |
I think this can be addressed in a more generic way -> #34 |
You can check this . It parses with C++ and utilizes Pybind library for python bindings. Then "make" it and generates a so(shared object) file. You can import this so file in python and can use it like a library |
Hello
great tool! It is really easy to integrate this in C++ code to log data for debugging controller code.
I am able to visualize the mcap files in plotjuggler but I have not managed to open them in python yet.
Do I need to re-implement the DataTamerParser as a DecoderFactory in python?
If yes, do you plan to plan to do this and add a python package to the project?
I thought that one of the advantages of mcap was that the file format is self contained but if it requires the users to write custom parsers it makes things a bit complicated.
The text was updated successfully, but these errors were encountered: