rockkingjy / OpenTracker

Real-time C++ ECO tracker etc. speed-up by SSE/NEON, support Linux, Mac, Jetson TX1/2, raspberry pi
GNU General Public License v3.0
751 stars 197 forks source link

I want to use OpenTracker in ROS(Robot Operating System) #19

Closed tomorrow0911 closed 5 years ago

tomorrow0911 commented 5 years ago

I want to use eco tracker with ros, but I need to rewrite makefile to CmakeLists. Because I am a C ++ beginner I could not rewrite successfully, the effective speed fell to half. Please let me know if you know how to rewrite.

rockkingjy commented 5 years ago

@tomorrow0911 you could have a check in the example/ file.

tomorrow0911 commented 5 years ago

I have solved this problem.Thanks for the advice