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

[Garden] Download models in the background #1484

Closed
wants to merge 83 commits into from

Commits on Feb 21, 2022

  1. SystemInternal and WorldControl into own headers

    Reduces the size of simulationrunner header a bit
    
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    11e029a View commit details
    Browse the repository at this point in the history
  2. Move System interaction to SystemManager

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    56f28bd View commit details
    Browse the repository at this point in the history
  3. Adjustments for Fortress

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    c35e3ce View commit details
    Browse the repository at this point in the history
  4. Address reviewer feedback

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    8266e73 View commit details
    Browse the repository at this point in the history
  5. Introduce System::Reset API

    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll and azeey committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    ca91023 View commit details
    Browse the repository at this point in the history
  6. SimulationRunner Reset implementation

    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll and azeey committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    85cb36e View commit details
    Browse the repository at this point in the history
  7. Simulation Reset implementation in Physics system

    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll and azeey committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    144556d View commit details
    Browse the repository at this point in the history
  8. Simulation reset example plugin

    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll and azeey committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    4b023fa View commit details
    Browse the repository at this point in the history
  9. Add integration test for resetting physics

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    75e57fb View commit details
    Browse the repository at this point in the history
  10. Fix diff test and add documentation

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    e3368e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Fix build and test errors after merge, some documentation and cleanup.

    Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
    azeey committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    63ec622 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'reset' into reset_physics

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

Commits on Mar 23, 2022

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

Commits on Mar 29, 2022

  1. Bump year

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    859df32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c669b0 View commit details
    Browse the repository at this point in the history
  3. Fix merge from main

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    749daca View commit details
    Browse the repository at this point in the history
  4. Fix CI platform

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    371d8ce View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Update test/integration/reset.cc

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    
    Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
    mjcarroll and azeey authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d1fabbe View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

Commits on Apr 8, 2022

  1. Merge branch 'main' into reset_physics

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    32d21f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Configuration menu
    Copy the full SHA
    a766933 View commit details
    Browse the repository at this point in the history
  2. Address reviewer feedback

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    c8ab4d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Reset sensors and scenebroadcaster implementation

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    0c52ab3 View commit details
    Browse the repository at this point in the history
  2. Remove debug outputs

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    825c280 View commit details
    Browse the repository at this point in the history
  3. Address reviewer feedback

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    68f6f85 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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

Commits on May 3, 2022

  1. Adjust randomized range to account for limits

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 3, 2022
    Configuration menu
    Copy the full SHA
    3799ff3 View commit details
    Browse the repository at this point in the history
  2. Fix header for new location

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 3, 2022
    Configuration menu
    Copy the full SHA
    fbf6d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    383006f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    5cff795 View commit details
    Browse the repository at this point in the history
  2. Fixup CMake dependencies for reset_plugin

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 10, 2022
    Configuration menu
    Copy the full SHA
    a519149 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Download models in the background

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bf2ea81 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    dc0cdbb View commit details
    Browse the repository at this point in the history
  2. Address reviewer feedback

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e1acbb0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    934c115 View commit details
    Browse the repository at this point in the history
  2. improve implementation

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f91188d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. cleanup

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed May 23, 2022
    Configuration menu
    Copy the full SHA
    110c6a8 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

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

Commits on May 26, 2022

  1. updated method name

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed May 26, 2022
    Configuration menu
    Copy the full SHA
    443ac22 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    093ca37 View commit details
    Browse the repository at this point in the history
  2. Updates for main and add topic test

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 31, 2022
    Configuration menu
    Copy the full SHA
    4770dc7 View commit details
    Browse the repository at this point in the history
  3. Fix interaction with log playback static variable

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed May 31, 2022
    Configuration menu
    Copy the full SHA
    2286ec5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Also disable on Mac where OGRE2 doesn't load

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    7e9245a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Address reviewer feedback.

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    0c4a4c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f717c96 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    d22f655 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
    3 people authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    ae3d076 View commit details
    Browse the repository at this point in the history
  3. Better logging for reset in-memory systems

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    df6cc36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    768aee2 View commit details
    Browse the repository at this point in the history
  5. More informative warning on systems not implementing reset

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    26d7396 View commit details
    Browse the repository at this point in the history
  6. Prune headers in reset_sensors test

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b211196 View commit details
    Browse the repository at this point in the history
  7. Update LogPlayback reset functionality

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    101654a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    4294d49 View commit details
    Browse the repository at this point in the history
  2. Fixed merge

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    23ccdf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

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

Commits on Jun 24, 2022

  1. Improved implmentation

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    b3e88e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Merge branch 'main' into reset_sensors

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c1b3e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a841e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fixed SystemPlugin loader

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ec890ef View commit details
    Browse the repository at this point in the history
  2. Clean code

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5d3cdce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e7f5c3 View commit details
    Browse the repository at this point in the history
  4. fix merge

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7db60c5 View commit details
    Browse the repository at this point in the history
  5. Fix

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4248294 View commit details
    Browse the repository at this point in the history
  6. make linters happy

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5cb7630 View commit details
    Browse the repository at this point in the history
  7. make linters happy

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5465f27 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. update worldname method

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    33a1578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09f4ce7 View commit details
    Browse the repository at this point in the history
  3. Added feedback

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    557d2b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Merge branch 'main' into ahcorde/garden/download_parallel

    Signed-off-by: Michael Carroll <michael@openrobotics.org>
    mjcarroll committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ff6d575 View commit details
    Browse the repository at this point in the history
  2. Reduce diff

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    45c64c6 View commit details
    Browse the repository at this point in the history
  3. Reduce diff

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b9b015b View commit details
    Browse the repository at this point in the history
  4. Reduce diff

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2ca8584 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Added logic to remove system plugins

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    836cd82 View commit details
    Browse the repository at this point in the history
  2. make linters happy

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    d0ae285 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    6873c32 View commit details
    Browse the repository at this point in the history
  2. update method name

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    29e0a8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e707c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

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

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    bdf5d18 View commit details
    Browse the repository at this point in the history
  2. Added feedback

    Signed-off-by: ahcorde <ahcorde@gmail.com>
    ahcorde committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    78dd5bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc16394 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. merged with gz-sim7

    Signed-off-by: Nate Koenig <nate@openrobotics.org>
    Nate Koenig committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    a89161d View commit details
    Browse the repository at this point in the history