You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @matlabbe,
first thank for your work, much appreciated.
I've followed your MultiDetection tutorial. And it works with find_object_2d.
If I use the same objects in find_objects_3d I see that they are being detected using rosrun find_object_2d print_objects_detected but the TF information is only published for one object (first detected). Is there any possibility to get TFs for all objects detected?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
It seems that if the same object is observed twice, there will be 2 TFs. The multisuffix should be set to a letter. However, there is no guarantee that object 1 an 1_b will be also the same objects (or same order) than 1 and 1_b in the next image.
Hello @matlabbe,
first thank for your work, much appreciated.
I've followed your MultiDetection tutorial. And it works with find_object_2d.
If I use the same objects in find_objects_3d I see that they are being detected using
rosrun find_object_2d print_objects_detected
but the TF information is only published for one object (first detected). Is there any possibility to get TFs for all objects detected?Thanks in advance.
The text was updated successfully, but these errors were encountered: