Convert data in rosbag format to numpy. Specific to ros message structure in rosbag.
The repository works for the following ros message structure
- Extract Data from ros bag and save it in compressed numpy Format (Helps in moving and manipulating extracted data)
- Change source directory (Root directory where rosbags are located) here
root_path = r"D:\example_source_directory"
- Change target directory(To store compressed numpy arrays) here
target_path = r"D:\example_target_directory_npz_files"
- Convert to Tf records to build efficient tensorflow Data pipelines