8000 GitHub - inha-cvl/LiDAR-Tracking: Lidar-based Object Tracking in Autonomous Driving
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

inha-cvl/LiDAR-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiDAR Tracking

This is ROS package of LiDAR Tracking

animated

📂 What's in this repository

  • ROS Noetic based LiDAR Tracking source code
  • Demo youtube link (youtube)

📦 Prerequisite packages

You need to install ROS, PCL, Sophus, Glog, Eigen, JSK, Json...

⚙️ How to build LiDAR-Tracking

$ mkdir -p ~/catkin_ws/src
$ git clone https://github.com/inha-cvl/LiDAR-Tracking.git
$ cd ~/catkin_ws
$ catkin_make

🏃 To run the demo

# Start Tracking with bag file
$ roscore
$ rosparam set /use_sim_time true
$ roslaunch lidar_tracking tracking.launch
$ roslaunch openpcdet 3d_object_detector.launch # Deep Learning-based bounding box publishing needed
$ roslaunch lidar_tracking integration.launch
$ rosbag play songdo.bag --clock

📌 References

Citation

If you use our codes, please cite our paper

📮 Contact

If you have any question, don't be hesitate let us know!

About

Lidar-based Object Tracking in Autonomous Driving

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0