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

Added functionality for converting data into rosbag #7

Merged
merged 2 commits into from
Aug 3, 2021
Merged

Added functionality for converting data into rosbag #7

merged 2 commits into from
Aug 3, 2021

Conversation

dan11003
Copy link

@dan11003 dan11003 commented Aug 2, 2021

Added a button and code for generating rosbag from data. So far, polar radar readings sensor_msgs/Image and ground truth (nav_msgs/Odometry) is stored into the rosbag. This is useful if a localization pipeline loads data via the rosbag API, or if we simply want to use a rosbag without the player. Tested with sequence KASIT1-3,DCC1-3,Riverside1-3.

daniel added 2 commits July 24, 2021 11:33
… radar readings sensor_msgs/Image and ground truth (nav_msgs/Odometry) is saved. This is useful if a localization pipeline loads data via the rosbag API, or if we simply want to use the rosbag without the player.
@gisbi-kim
Copy link
Collaborator

@dan11003 Cool! I also tested and I confirmed it works.

Thank you for the great contribution.
It seems currently supports only radar-embedded bag saving

I thought it would be nice if lidar and imu topics were also supported.
Of course, from this step, it's my task, I'll do it later based on your contributed code-base.
Thank you!

@gisbi-kim gisbi-kim merged commit 1cb148f into RPM-Robotics-Lab:master Aug 3, 2021
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.

2 participants