apriltag_ros icon indicating copy to clipboard operation
apriltag_ros copied to clipboard

A ROS wrapper of the AprilTag 3 visual fiducial detector

Results 47 apriltag_ros issues
Sort by recently updated
recently updated
newest added

Hello everyone, At Movvo Robotics, we encountered the need to utilize the tag bundle feature developed with ROS2 for Apriltag detection. Consequently, we have successfully adapted your code to be...

Hi! Following [this issue](https://github.com/AprilRobotics/apriltag/issues/273), I would kindly recommend to clarify the convention used when defining the tag TF. The only info I could find is [here](https://github.com/AprilRobotics/apriltag#coordinate-system) and says: > The...

In continuous detector, whenever the tag is detected the node crashes with an exit code of -11 (SIGSEGV). ``` [apriltag_ros_continuous_node-1] process has died [pid 25446, exit code -11, cmd /home/emad/catkin_ws/devel/lib/apriltag_ros/apriltag_ros_continuous_node...

when viewing the apriltag tag in rviz, the noise and accuracy changes as I change the fix frame between apriltag and camera frame. Setting the fix frame to camera and...

Hi guyz, When I run the launch file via `roslaunch apriltag_ros continious_detection.launch` I get this error: > load_parameters: unable to set parameters (last param was [/apriltag_ros_continuous_node/queue_size=1]): cannot marshal None unless...

## Summary of Solution Created a node called `apriltag_ros_tag_bundle_calibration_node` that consumes a remap-able `~tag_detections` feed until it reaches `max_detections`. You can set the master tag with param `master_tag_id`. It then...

I am currently working on the detection of AprilTag, however, it cannot create a transform between tag frame and the camera frame as the frame id in the message is...

Can be useful for hashing tag bundles for consumers of a /tag_detection stream

When following the apriltag_ros tutorial, I've run into an error where the library corresponding to plugin apriltag_ros/ContinuousDetector could not be found. I've attached screenshots of both the terminal output and...

question

Summary: please consider creating a separate apriltag_msgs package with core perception data. This is good practice as it simplifies the dependency tree. Relevant links concerning this: https://answers.ros.org/question/45916/building-only-ros-messages-or-services/ https://answers.ros.org/question/11835/when-should-i-split-my-code-into-multiple-packages-and-whats-a-good-way-to-split-it/ The current...