AprilRobotics / apriltag_ros

A ROS wrapper of the AprilTag 3 visual fiducial detector
Other
358 stars 338 forks source link

Drop old compiler options #117

Closed jspricke closed 2 years ago

jspricke commented 2 years ago

C++11 is old an breaks with new log4cxx. Other compiler options are not needed.

wxmerkt commented 2 years ago

Hi @jspricke, I am happy to accept a PR dropping the C++ standard as in the ROS-O master -- let's leave the compiler options until we can determine that they don't have an effect (I dont recall the decision for them to be added)

jspricke commented 2 years ago

I've adopted the PR.

wxmerkt commented 2 years ago

Thank you! Will merge once CI comes back