apriltag_ros
apriltag_ros copied to clipboard
A ROS wrapper of the AprilTag 3 visual fiducial detector
I created an AprilTag ROS2 node from scratch: https://github.com/christianrauch/apriltag_ros. Would you be interested in hosting the repo in the `AprilRobotics` group/organisation? If we do so, it would be useful to...
I have been trying to get pose of an april tag cube in gazebo but the pose estimation seems to be very inaccurate. As my robot moves towards the tag,...
I have RTABMAP setup on my robot using multiple cameras, but when I tried to incorporate apriltags, I ran into an issue where apriltag_ros can only subscribe to one camera,...
Just wondering if there's interest in [this](https://github.com/HorseRobotics/apriltag_ros/commit/f1088855d3c91b1c2d130b92510d8b77fa1380b4). Possibly made optional. Reasons we wanted the change: 1) To try removing rotational ambiguity in limited instances using extra points, possibly inner corners...
I was testing the latest master branch and the covariance matrix provided in the PoseWithCovarianceStamped message is never filled with any non-zero values. The message type is geometry_msgs::PoseWithCovarianceStamped. I printed...
there is an H matrix in addImagePoints(detection, standaloneTagImagePoints) , i'm wondering how H is get int your function? some details: 1.homography_project(detection->H, tag_x[i], tag_y[i], &im_x, &im_y); 2. // assuming that the...
## The problem that this enhancement is targeting When multiple cameras are used to detect a standalone/bundle April Tag, it leads to the april tag frame having multiple camera frames...
Why AprilTag published TF or position data does not follow ROS convention?
Closes #76
Hi, Normally we can use the tags.yaml file to define the tags used, but is it possible to define this parameter dynamically? For example, I started the node without any...