ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Package for TLD algorithm in indigo

asked 2015-08-08 14:57:22 -0500

Kishore Kumar gravatar image

I found TLD algorithm package in github but it is for groovy. is there any indigo package for TLD algorithm or any similar object tracking algorithm ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-08-09 07:03:51 -0500

Maya gravatar image

updated 2015-08-09 07:04:11 -0500

My version of TLD for ROS <- I know it's written that I used it under groovy but it's catkinized and from what I remember it should work without problem under indigo.

My version used to do simple 3D Tracking thank to TLD <- I used this version under indigo. If you want to remove the PCL dependency it's pretty easy to do so. Without suppressing the PCL dependices, you can use the 2D version of the tracker by itself by changing the parameter _Tracking3D_ to __false__.

Another Version of TLD for ROS by Ronan <- Can't talk for him but it's catkinized so it should work on indigo (?)

edit flag offensive delete link more

Comments

I have added an issue in github for your package over here, please look into it and clarify.

Kishore Kumar gravatar image Kishore Kumar  ( 2015-08-10 01:43:52 -0500 )edit

I tried to execute your latest 3d package for TLD as per your advice and faced some issues, i posted that here please clarify

Kishore Kumar gravatar image Kishore Kumar  ( 2015-08-12 04:17:37 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-08-08 14:57:22 -0500

Seen: 621 times

Last updated: Aug 09 '15