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

Modelpropshop gazebo plugin port #1331

Merged
merged 23 commits into from
Mar 31, 2022
Merged

Modelpropshop gazebo plugin port #1331

merged 23 commits into from
Mar 31, 2022

Commits on Jan 25, 2022

  1. first working version of modelpropshop plugin

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    387aaa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. background, random joints and some refactoring

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    b7a0ac7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. moving camera to center object in image

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8b12d5c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Update src/systems/model_photo_shoot/ModelPhotoShoot.cc

    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Signed-off-by: Marco A. Gutierrez <[email protected]>
    2 people authored and Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    43dc07d View commit details
    Browse the repository at this point in the history
  2. several fixes to address PR suggestions

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d16f688 View commit details
    Browse the repository at this point in the history
  3. adding tutorials and fixes to PR comments

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4c64557 View commit details
    Browse the repository at this point in the history
  4. Update src/systems/model_photo_shoot/ModelPhotoShoot.cc

    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Signed-off-by: Marco A. Gutierrez <[email protected]>
    2 people authored and Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    ebcf122 View commit details
    Browse the repository at this point in the history
  5. Update src/systems/model_photo_shoot/ModelPhotoShoot.cc

    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Signed-off-by: Marco A. Gutierrez <[email protected]>
    2 people authored and Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    00dbb5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bbbf263 View commit details
    Browse the repository at this point in the history
  7. fixes to github commits

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    3f1e5a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Update examples/worlds/model_photo_shoot.sdf

    Co-authored-by: Addisu Z. Taddese <[email protected]>
    Signed-off-by: Marco A. Gutierrez <[email protected]>
    2 people authored and Marco A. Gutierrez committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    cd6f7c6 View commit details
    Browse the repository at this point in the history
  2. adding jointType checks

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    a712a0e View commit details
    Browse the repository at this point in the history
  3. lint fixes

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b0dc697 View commit details
    Browse the repository at this point in the history
  4. adding exmple world location

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c0c14b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. adding model photo shoot test

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    2ed80f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eefd53 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. adding random joints test

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    8899e20 View commit details
    Browse the repository at this point in the history
  2. adding copyright message

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    bb3d391 View commit details
    Browse the repository at this point in the history
  3. plugin adds JointPosition component with position

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e0965ca View commit details
    Browse the repository at this point in the history
  4. fixed comment

    Signed-off-by: Marco A. Gutierrez <[email protected]>
    Marco A. Gutierrez committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    40796db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c17a158 View commit details
    Browse the repository at this point in the history
  6. Enable test only on Linux

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    59a8870 View commit details
    Browse the repository at this point in the history
  7. Create unique directory for test

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