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

Revision history [back]

From my experience, the best way to find package is first to go look up on Github :

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 (?)

You can find those package with the keywords __ROS__ and __openTLD__.

From my experience, the best way to find package is first to go look up on Github :

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 (?)

You can find those package with the keywords __ROS__ and __openTLD__.