Skip to content

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

License

Notifications You must be signed in to change notification settings

WisconsinAutonomous/SORT-ros2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.8%
  • CMake 6.5%
  • C 1.7%