UbiquityRobotics / fiducials

Simultaneous localization and mapping using fiducial markers.
BSD 3-Clause "New" or "Revised" License
263 stars 137 forks source link

Updated maxMarkerPerimeterRate max value #235

Closed JohnTGZ closed 2 years ago

JohnTGZ commented 3 years ago

There were problems detecting aruco markers up close, and I realised that the maxMarkerPerimeterRate parameter's maximum value has been set to 1.0, which was below the default value of 4.0. I have since changed this value and it should be able to detect aruco markers up close to the camera.

MoffKalast commented 2 years ago

Merged in another PR