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

Move construction of PoseRelativeToGraph and FrameAttachedToGraph to sdf::Root #1

Merged
merged 8 commits into from
Nov 18, 2020

Commits on Oct 28, 2020

  1. Move graph creation to sdf::Root from sdf::World and sdf::Model.

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    677b8ec View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Convert ScopedGraph to hold a strong reference to the underlying graph

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    65ec643 View commit details
    Browse the repository at this point in the history
  2. Add copy/move constructors to sdf::Root

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    75f4b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. Merge branch 'drill_down' into graph_in_root

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    2c3e1f1 View commit details
    Browse the repository at this point in the history
  2. Additional test of sdf::Root objects before copy and move

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    033cada View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    4997432 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Explicitly delete copy constructor and assignment.

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    d5e405a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

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