Please change branch to Bunker-DVI-Dataset-reg-1 for quick experiment.
mkdir -p ~/hdmapping-benchmark
cd ~/hdmapping-benchmark
git clone https://github.com/MapsHD/livox_bag_aggregate.git --recursivecd ~/hdmapping-benchmark/livox_bag_aggregate
docker build -t livox_bag_aggregate_noetic .cd ~/hdmapping-benchmark/livox_bag_aggregate
chmod +x livox_bag.sh
./livox_bag.sh <input_bag> <output_folder>'reg-1.bag-pc.bag' file should appear in <output_folder>
This tool converts Livox `/livox/lidar` (`livox_ros_driver/CustomMsg`) directly into
`/livox/pointcloud` (`sensor_msgs/PointCloud2`).sudo apt update
sudo apt install -y docker.io
sudo usermod -aG docker $USERmkdir -p ~/hdmapping-benchmark
cd ~/hdmapping-benchmark
git clone https://github.com/MapsHD/livox_bag_aggregate.git --recursivecd ~/hdmapping-benchmark/livox_bag_aggregate
docker build -t livox_bag_aggregate_noetic .cd ~/hdmapping-benchmark/livox_bag_aggregate
chmod +x livox_bag.sh
./livox_bag.sh <input_bag> <output_folder>