Index: urdf/urdfdom_compatibility.h.in =================================================================== --- urdf.orig/urdfdom_compatibility.h.in +++ urdf/urdfdom_compatibility.h.in @@ -75,9 +75,9 @@ URDF_TYPEDEF_CLASS_POINTER(ModelInterfac #else // urdfdom <= 0.4 -typedef std::shared_ptr ModelInterfaceSharedPtr; -typedef std::shared_ptr ModelInterfaceConstSharedPtr; -typedef std::weak_ptr ModelInterfaceWeakPtr; +typedef std::shared_ptr ModelInterfaceSharedPtr; +typedef std::shared_ptr ModelInterfaceConstSharedPtr; +typedef std::weak_ptr ModelInterfaceWeakPtr; #endif // urdfdom > 0.4