Description
I'm using the latest kinetic-devel branch of fiducials and when I use fiducial_slam pose estimation I get random Aruco markers added to the map even when I have aruco_detect ignoring all Aruco markers I'm not using. Attached is a zip folder containing aruco_detect.launch and fiducial_slam.launch I'm using and the map fiducial_slam created. I only have aruco markers 1,2, and 3 in view of the camera and the camera is stationary. I see the variances are quite high on the randomly "detected" (quotes because I think fiducial_pose node is reading the frame_id instead of fiducial_id but I can't find where) so they won't contribute much to the pose estimate but I think it's still a concern.
The erroneous markers do not appear if I enable the rosparam do_pose_estimation in aruco_detect node and disable the rosparam do_pose_estimation in fiducial_slam.
Let me know if there's anything else you need to help find the issue.