pal-robotics/aruco_ros

No marker TF frame

Closed this issue · 3 comments

I launched an aruco_ros single node and the marker could be recognized. But it's wired that no marker TF frame but realsense_camera frames can be found in the tf_frame.

Hope for a solution. Thanks!

Screenshot from 2022-12-25 20-52-48
Screenshot from 2022-12-25 20-53-16
Screenshot from 2022-1 Screenshot from 2022-12-25 21-16-12 2-25 20-54-24
Screenshot from 2022-12-25 21-16-12

Hey @saprrow,
I am facing exactly the same problem, did you manage to solve this and can you tell me how?
Thanks in advance

Hello @saprrow and @AminSeffo,

I apologise for the delay in responding to this issue. Regarding your issues, arucos_ros only publishes the TF, where someone subscribes to the topics published by the node as specified in this part of the code: https://github.com/pal-robotics/aruco_ros/blob/noetic-devel/aruco_ros/src/simple_single.cpp#L187-L194. You can add a subscriber to one of these topics : https://github.com/pal-robotics/aruco_ros/blob/noetic-devel/aruco_ros/src/simple_single.cpp#L131-L137 to later enable the TF broadcasting. It is done this way to not to run the aruco detection all the time and thereby to reduce the load on the PC. We hope this helps to solve your issue.

Thank you,

Best Regards,
PAL Robotics Team.