christianrauch / apriltag_ros

ROS2 node for AprilTag detection
MIT License
128 stars 85 forks source link

Little doubt about the topic name "detections" is different from the name in AprilRobotics/apriltag_ros #19

Closed s-c-c closed 7 months ago

s-c-c commented 9 months ago

First of all, thank you for the ROS2 port. However, when I migrated from ros1 to ros2, I found that the topic name changed. In addition, compared to AprilRobotics/apriltag_ros, "tag_detections_image" is missing. Is there any reason for this?

christianrauch commented 8 months ago

This node only does the detection and pose estimation. It does not visualise the results. For visualisation, you can use https://github.com/christianrauch/apriltag_viz. What else are you missing?