Closed jonbinney closed 5 years ago
Starting in melodic, URDF library uses std::shared_ptr instead of boost::shared_ptr. It provides a typdef though, so this fix should be backwards compatible to kinetic, and no new melodic branch is needed.
std::shared_ptr
boost::shared_ptr
Thanks for the fix Jon. Much appreciated :+1:
Starting in melodic, URDF library uses
std::shared_ptr
instead ofboost::shared_ptr
. It provides a typdef though, so this fix should be backwards compatible to kinetic, and no new melodic branch is needed.