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

Together #1187

Merged
merged 45 commits into from
Nov 11, 2021
Merged

Together #1187

merged 45 commits into from
Nov 11, 2021

Commits on Oct 7, 2021

  1. add an add entity button to component inspector. Currently only enabl…

    …ed for models
    
    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    fc9ee3c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. add model editor gui plugin that inserts visuals to the scene in the …

    …render thread
    
    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    12fa0da View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. write to ECM

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5364f51 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. support adding light links

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    cdd9e50 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

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

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    8f7714c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/adlarkin/added_removed_entities_…

    …event' into model_editor_add_link
    iche033 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    c2055ca View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. use const ref for constructor input params

    Signed-off-by: Ashton Larkin <[email protected]>
    adlarkin committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3b967a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd5b8c View commit details
    Browse the repository at this point in the history
  3. testing makr as new entity func

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    3031b3c View commit details
    Browse the repository at this point in the history
  4. rm printouts

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    399416c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d634a4a View commit details
    Browse the repository at this point in the history
  6. register type

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    79518bf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. refactor render util

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    413a075 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. workaround for avoiding crash on exit

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    4c81d38 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. refactor, comment out unused menu items

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    44f7859 View commit details
    Browse the repository at this point in the history
  2. remove commented out code, add CreateLight function

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fbe09f1 View commit details
    Browse the repository at this point in the history
  3. merge

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    2f4aa41 View commit details
    Browse the repository at this point in the history
  4. add model editor src files

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b7957c8 View commit details
    Browse the repository at this point in the history
  5. remove more commented out code

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    493d155 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge branch 'ign-gazebo6' into model_editor_add_link

    Nate Koenig committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9d3b499 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ign-gazebo6' into model_editor_add_link

    Nate Koenig committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ac5791d View commit details
    Browse the repository at this point in the history
  3. use entity instead of entity name (#1176)

    Signed-off-by: Nate Koenig <[email protected]>
    
    Co-authored-by: Nate Koenig <[email protected]>
    nkoenig and Nate Koenig authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    26965e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Add link menu updates (#1177)

    * use entity instead of entity name
    
    Signed-off-by: Nate Koenig <[email protected]>
    
    * Update link add menu
    
    Signed-off-by: Nate Koenig <[email protected]>
    
    Co-authored-by: Nate Koenig <[email protected]>
    Co-authored-by: Ian Chen <[email protected]>
    3 people authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    539295c View commit details
    Browse the repository at this point in the history
  2. fix adding ellipsoid

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1c4f59c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ad8ad1 View commit details
    Browse the repository at this point in the history
  4. merge model_editor into component_inspector

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    0ecc731 View commit details
    Browse the repository at this point in the history
  5. merge

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ca1a11a View commit details
    Browse the repository at this point in the history
  6. fixing warnings

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5aba7b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf2d651 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'ign-gazebo6' into model_editor_add_link

    Nate Koenig committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1a6c5b6 View commit details
    Browse the repository at this point in the history
  9. Adjust tool tips

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    7dc2eae View commit details
    Browse the repository at this point in the history
  10. fix adding light

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    abb667d View commit details
    Browse the repository at this point in the history
  11. Merge branch 'model_editor_add_link' of github.com:ignitionrobotics/i…

    …gn-gazebo into model_editor_add_link
    Nate Koenig committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    91190cc View commit details
    Browse the repository at this point in the history
  12. Fix codecheck

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4460933 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Fixed documentation

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a5f2c5a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'recreate_entities' into together

    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    abce9b0 View commit details
    Browse the repository at this point in the history
  3. Working on model creation

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    34e1af4 View commit details
    Browse the repository at this point in the history
  4. merged with recreate_entities

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    e4a5873 View commit details
    Browse the repository at this point in the history
  5. Fix build

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    bc0b9e4 View commit details
    Browse the repository at this point in the history
  6. Added debug statements

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7e2aaf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. use each no cache

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c312514 View commit details
    Browse the repository at this point in the history
  2. fix removing component from view

    Signed-off-by: Ian Chen <[email protected]>
    iche033 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    e312919 View commit details
    Browse the repository at this point in the history
  3. Fix physics

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    199dafe View commit details
    Browse the repository at this point in the history
  4. Fix codecheck

    Signed-off-by: Nate Koenig <[email protected]>
    Nate Koenig committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    10b85e1 View commit details
    Browse the repository at this point in the history