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

Add support for merge-include in the Interface API #768

Merged
merged 28 commits into from Feb 3, 2022

Commits on Nov 30, 2021

  1. Refactor FrameSemantics.cc

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6da93ae View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Configuration menu
    Copy the full SHA
    d11402a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    867422a View commit details
    Browse the repository at this point in the history
  3. Fix MSVC compiler warnings

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    a46517a View commit details
    Browse the repository at this point in the history
  4. Reviewer feedback

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    f2b2f47 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    56d7216 View commit details
    Browse the repository at this point in the history
  2. Add support for merge-include in the Interface API

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e9507ad View commit details
    Browse the repository at this point in the history
  3. Handle placement frames

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    addddb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Use wrappers to create a common API on regular DOM objects and interf…

    …ace elements
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f3b0f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f805d0b View commit details
    Browse the repository at this point in the history
  3. Change name of helper build*Graph function

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    5b5c171 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refactor_frame_semantics' into merge_include_interface_api

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    bdbd692 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Use new reworked refactor code for merge include

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    db4319e View commit details
    Browse the repository at this point in the history
  2. Fix style, rename buildPoseRelativeToGraph to wrapperBuildPoseRelativ…

    …eToGraph
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3ec800e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97d8293 View commit details
    Browse the repository at this point in the history
  4. Style, documentation

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1f9df5f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Merge remote-tracking branch 'upstream/sdf12' into merge_include_inte…

    …rface_api
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1eaf118 View commit details
    Browse the repository at this point in the history
  2. Add comments

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1818729 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Fix test and compiler warning

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    399340c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56a773 View commit details
    Browse the repository at this point in the history
  3. Verify that //joint/child cannot be __model__

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    09b6421 View commit details
    Browse the repository at this point in the history
  4. Change ParserSupportsMergeInclude to bool, address reviewer feedback

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1907e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

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

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    2ec9e98 View commit details
    Browse the repository at this point in the history
  2. Revert "Verify that //joint/child cannot be __model__"

    This reverts commit 09b6421.
    
    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    2d16a82 View commit details
    Browse the repository at this point in the history
  3. Handle __model__ as //joint/child in merge included interface joint

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1991fbf View commit details
    Browse the repository at this point in the history
  4. Remove unused header

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    74f06b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Address reviewer feedback

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    60708f0 View commit details
    Browse the repository at this point in the history