AprilRobotics / apriltag

AprilTag is a visual fiducial system popular for robotics research.
https://april.eecs.umich.edu/software/apriltag
Other
1.47k stars 522 forks source link

Remove the duplicate assignment of zh->nentries #277

Closed v1otusc closed 1 year ago

v1otusc commented 1 year ago

Hi

sorry for not providing a clear explanation in #276 , this pr, I change "duplicate definition" to "duplicate assignment".

thanks

christian-rauch commented 1 year ago

Why do you create a new PR just to change the commit message? You could just have changed the commit message of your original PR https://github.com/AprilRobotics/apriltag/pull/276.

v1otusc commented 1 year ago

I initially intended to use git rebase, but due to the unstable access to GitHub in China caused by the GFW(git push time out),I forked the repository again and edit directly on the web (the simplest method I can think... After all, this commit simply deletes one line).