Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urdfdom compatibility #1064

Merged

Commits on Oct 27, 2016

  1. Use urdf::*ShredPtr instead of boost::shared_ptr (ros-visualization#1044

    )
    
    urdfdom_headers uses C++ std::shared_ptr. As it exports it as custom
    *SharedPtr type, we can use the to sty compatible.
    
    This also adds a proper dependency for urdfdom-headers
    jspricke authored and rhaschke committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    a811152 View commit details
    Browse the repository at this point in the history
  2. adaptions to build against both urdfdom 0.3 and 0.4

    ... relying on the compatibility layer of urdf package
    rhaschke committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    4f177e9 View commit details
    Browse the repository at this point in the history