-
Notifications
You must be signed in to change notification settings - Fork 15
data format conversion #55
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
Comments
Currently, recorded .bag files are only compatible with ROS 1 and do not support the ROS 2 .db3 format. Support for recording in both .bag and .db3 formats is planned for future releases of the OrbbecSDK. In the meantime, a temporary method is available to convert ROS 1 .bag files to ROS 2 .db3 format. Preface What is ros1_bridge? How to use ros1_bridge
● Second terminal (build, run ros1_bridge):
● Third terminal (ROS1 playback bag):
● Fourth terminal (see ROS2 image):
● The fifth terminal (ROS2 playback bag):
|
I have used the recording example to get date in .bag format. I want to transform it into ros2 .db3 format for research. I'm really get troubles in it, please help me. My camera is gemini335l.
The text was updated successfully, but these errors were encountered: