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

Provide copy and move constructors for model #33

Merged
merged 2 commits into from
Jul 25, 2022

Commits on Jun 2, 2022

  1. Provide copy and move constructors for model

    In 4b73ae2 the copy and move
    constructors were accidentally disabled.
    This means that one must always wrap a `urdf::Model` into some form of
    pointer in order to pass it around or have it as a member.
    
    This commit restores the copy and move constructors, such that one is
    able to pass the `urdf::Model` around as a normal variable.
    
    See also:
    https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rc-five
    dreuter committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    1b96c79 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    02816bf View commit details
    Browse the repository at this point in the history