Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORT-ros

Implementation of SORT(Simple Online and Realtime Tracking) algorithm for ROS Melodic. It can be used track objects in realtime from image or pointcloud detection. To maximize computational speed, all of soruce codes is written fully c++ language.

Diagram

Installation

  1. Install OpenCV for ROS Melodic
apt-get install ros-melodic-opencv*
  1. Clone source code
cd ~/catkin_ws/src
git clone https://github.com/Hyun-je/SORT-ros/
  1. Build package
cd ~/catkin_ws
catkin_make

References

About

SORT(Simple Online and Realtime Tracking) node for ROS 2 C++

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages