Skip to content
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

Post processing script to convert packets to messages in a rosbag #442

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nkhedekar
Copy link
Contributor

Summary of Changes

Fixes #405
This PR adds a post processing bag converter that uses the point cloud processor utilities to iterate over a rosbag and rewrite it with the conversion of packets to the respective messages.

Validation

Take a rosbag that contains /ouster/imu_packets, /ouster/lidar_packets and run:
rosrun ouster_ros bag_converter <input_bag> <output_bag> <ns> [metadata_file]

The output bag will essentially be a copy of the input bag but will now also contain the /ouster/imu and /ouster/points topics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script for post processing of rosbag to convert packets to pointcloud and imu messages
1 participant