-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does aruco_ros need? #4
Comments
Hi @ccc1711, if you just need to track the pose of a single ArUco marker or ChArUco board, If you need one of the more advanced functionality of the |
@marcoesposito1988 ok thanks! and why /easy_aruco_node/debug_image topic shows "No Image" in Rviz? |
This should be because the |
I use the correct parameters of camera_namespace and I use roswtf to check and it shows that WARNING The following node subscriptions are unconnected: */easy_aruco_node: */camera/color/image_rect_color WARNING No tf messages |
Could you please just start the camera driver, and post the output of |
I see. Can you try changing this line from |
Sorry, this was incorrect. Can you post the output of |
|
The camera node is supposed to publish that topic, but it isn't. Are you using a realsense? You may need to start |
Thank you for solving my confusion~ |
it looks like you need to install rgbd_launch |
Thanks, it worked! I get marker_0 - marker_30 frames in tf ,and which one should I use as the tracking_marker_frame ? |
Are you using a board? It sounds like you are using the marker tracking node with a board, and it is tracking each marker individually. You can use any of them, but the precision would be worse than using the whole board. For that you need to use the board tracking marker with the right ID |
Happy to hear that 😄 fingers crossed for your endeavors! |
Hi @gavin112-lhy, this is because you shouldn't use the color optical frame as camera frame for the realsense, but camera_link. Please check the example launch file for the realsense in the easy_handeye docs |
Hi @gavin112-lhy , |
Do I still need aruco_ros if I use easy_aruco?
The text was updated successfully, but these errors were encountered: