lagadic / vision_visp

ViSP stack for ROS
http://wiki.ros.org/vision_visp
GNU General Public License v2.0
179 stars 88 forks source link

visp_tracker \object_position_hint #113

Open dvedova opened 3 years ago

dvedova commented 3 years ago

Hi, when I run the visp_tracker, I can get it to track a model that I defined. Sometimes the tracker will fail, and when it does fail, I'd like to try and automatically reinitialize. According to the documentation, if I publish an estimation of the location of the model I wish to track to the topic named \object_position_hint, the visp_tracker will try to use this estimate to re-initialize the tracker.

In order to get the tracker to re-initialize, is there anything else I need to do? (Other than publishing my estimate to \object_position_hint?)

Is there some additional parameter or option I must set to true in order to get the tracker to use the information in \object_position_hint?