Skip to content

sooox89/LiDAR-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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

About

casey

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5