Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 341 Bytes

File metadata and controls

10 lines (7 loc) · 341 Bytes

ColoradarPlus Post-Processing Tools

This repository contains the code used to help convert rosbags containing the ColoradarPlus dataset into binarized data.

For plotting purposes, if you are running into issues with QT, make sure you install OpenCV as headless.

pip uninstall opencv-python
pip install opencv-python-headless