ros / geometry

Packages for common geometric calculations including the ROS transform library, "tf". Also includes ROS bindings for "bullet" physics engine and "kdl" kinematics/dynamics package.
172 stars 274 forks source link

fix: build with cxx14 #239

Closed rgnter closed 1 year ago

rgnter commented 1 year ago

gtest requires c++ 14, boost also warns about c++ 11 being deprecated nowadays

rgnter commented 1 year ago

PR already exists #233