-
Notifications
You must be signed in to change notification settings - Fork 0
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
bag/mcap to/from image sequence and video #6
Comments
https://github.com/orgs/foxglove/discussions/88#discussioncomment-7522958 h264 in mcap- but want to use ros1msg and ros2msg instead of protobuf (and want to have tools to convert to/from any of those, along with to/from image/compressed image and compressed video). https://docs.foxglove.dev/docs/visualization/message-schemas/compressed-video has ros1 and 2 messages, so shouldn't be an issue to convert from one to another, but not sure how that is done, if a table of matching formats is needed (from scratch, or is somewhere in mcap libraries, or somehow automatic, just load from protobuf and write to ros msg and it'll do the right thing). Is there an open264 for python? https://github.com/cisco/openh264 Looks like it has C++ and a rust wrapper. |
What happens when The ros1 messages are in foxglove/schemas among other things, catkin build this:
|
From mcap foxglove.CompressedImage (recorded using https://mcap.dev) to ros1msg sensor_msgs/CompressedImage: 44cc893 - need a big convert of every protobuf message that has a ros1 equivalent (something like that exists in ros1-2 bridges elsewhere) |
Trying out https://github.com/mlaiacker/rosbag2video
Example ros2 mcap bag
rosbag2_2023_11_04-07_23_24_bouncing_ball.zip
The text was updated successfully, but these errors were encountered: