8000 GitHub - UTNuclearRobotics/pcd2bin_kitti: Conversion from ROSBAG (.bag) to image (.png) and points cloud (.bin), including ROSBAG decoding, pcd2bin and file directory extraction. For semantic scene completion dataset preparation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Conversion from ROSBAG (.bag) to image (.png) and points cloud (.bin), including ROSBAG decoding, pcd2bin and file directory extraction. For semantic scene completion dataset preparation.

License

Notifications You must be signed in to change notification settings

UTNuclearRobotics/pcd2bin_kitti

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCD to KITTI binary converter

This repository is part of my pipeline to convert the pointcloud data of 5 x Livox Horizon LiDARs into the semantic KITTI format.
See Instructions here: LINK.

Convert .pcd pointcloud files into KITTI binary files.
This is a fork of LINK.
All credits go to the original author.

Instructions

  1. Clone this repository into your ros2 workspace's src folder
cd ~/ros2_ws/src
git clone https://github.com/nerovalerius/pcd2bin_kitti

Build the node:

cd ~/ros2_ws
colcon build

Source workspace and run the node:

source ~/ros2_ws/install/setup.bash
ros2 run pcd2bin_kitti pcd2bin

Provide the PCD and BIN directories as command line arguments.

About

Conversion from ROSBAG (.bag) to image (.png) and points cloud (.bin), including ROSBAG decoding, pcd2bin and file directory extraction. For semantic scene completion dataset preparation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.0%
  • CMake 36.4%
  • Python 5.6%
0