LiuFG / Camera-Lidar-Fusion-ROS

fully applied in ROS. simply fuse the category and location information
180 stars 32 forks source link

Camera-Lidar-Fusion-ROS

Introduction

There are 5 ros package:

The ROS node graph is as below.

Result

The light blue box is result of Lidar. The light red box is result of YOLO. The dark red box is result of fusion.

How to run

Requirement

ROS;OpenCV;PCL

Prepare

Build

Check the data path and ros topic name (if you use your own dataset).

Finally, catkin_make.

Run

Note

It's a part of my undergraduate thesis. There are likely many spelling mistake and redundant code. And the codes are ugly. But I will be happy if this repo can help you. Please feel free to open an issue if you have any questions.