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

3 ➡️ 4 #271

Merged
merged 12 commits into from
Jun 24, 2021
Merged

3 ➡️ 4 #271

merged 12 commits into from
Jun 24, 2021

Commits on May 3, 2021

  1. [Citadel] Update tutorials (#204)

    Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
    Signed-off-by: anindex <an.thai.le97@gmail.com>
    
    Co-authored-by: anindex <an.thai.le97@gmail.com>
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    Co-authored-by: Claire Wang <22240514+claireyywang@users.noreply.github.com>
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    4 people authored May 3, 2021
    Configuration menu
    Copy the full SHA
    966b7ec View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Remove tools/code_check and update codecov (#257)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored May 13, 2021
    Configuration menu
    Copy the full SHA
    1c04c60 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Integrate bullet into ign-physics3 (#208)

    * base and entity features
    * Add base Cmake and plugin dummy feature
    * Replace dummy features with base ones
    * Added Simulation Features (#168)
    * added features
    * [Bullet] Bullet classic, Add sdf entities (#167)
    * Add SDF features to build models
    * Fix class inheritance problem
    * Comment unused variables in this commit
    * Add vector with ids of links added in a model
    * Kinematics features (#169)
    * Kinematic Features
    * Free Group Features (#171)
    * [bullet] Basic Features (#172)
    * Fixed gravity, pose, and corrected some auto variables
    * [Bullet] Collision Features (#173)
    * Collision working
    * [bullet] Add find or construct link (#175)
    * Add Find or Construct Link function
    * Change function to return entity instead of identity
    * Remove loop creating links inside model
    * [Bullet] Mesh features (#178)
    * Collision working
    * [bullet] Joints implementation (#190)
    * Add placeholders joint features
    * Iteration to add joints after links
    * sdfConstructJoint math fixed
    * added missing dummys
    * added constraint to the world
    * Change dummy functions print to debug
    * fixed position
    * friction
    * fixed sdfLinkSearch
    * Joint velocity command
    * working version tunnels
    * added joint position methods
    * Add basic tests
    * Add missing override keyword
    * Updated CMake and replaced using with structs for feature lists
    * Save base when adding a mesh
    * deleted worlds
    
    Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
    Signed-off-by: Tomas Lorente <jtlorente@ekumenlabs.com>
    Blast545 authored May 20, 2021
    Configuration menu
    Copy the full SHA
    0ec547b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Fix dart deprecation warning (#263)

    Copied from #262.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    817430b View commit details
    Browse the repository at this point in the history
  2. 2 ➡️ 3

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

Commits on Jun 18, 2021

  1. 2 ➡️ 3 (#262)

    * [Citadel] Update tutorials (#204)
    
    Signed-off-by: claireyywang <22240514+claireyywang@users.noreply.github.com>
    Signed-off-by: anindex <an.thai.le97@gmail.com>
    
    Co-authored-by: anindex <an.thai.le97@gmail.com>
    Co-authored-by: Louise Poubel <louise@openrobotics.org>
    Co-authored-by: Claire Wang <22240514+claireyywang@users.noreply.github.com>
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    
    * Remove tools/code_check and update codecov (#257)
    
    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    
    * Fix dart deprecation warning (#263)
    
    Copied from #262.
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    
    Co-authored-by: Claire Wang <22240514+claireyywang@users.noreply.github.com>
    Co-authored-by: anindex <an.thai.le97@gmail.com>
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    4 people authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    01a3f49 View commit details
    Browse the repository at this point in the history
  2. 🎈 3.3.0~pre1 (#266)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    2c7b829 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Use slip compliance API's available in upstream dartsim release (#265)

    * Use [gs]etPrimarySlipCompliance with dart 6.10.0
    
    These APIs are used in the upstream release of dartsim 6.10.0
    and have been recently added to our fork, so start using them.
    
    * Improve slip compliance test coverage
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    scpeters authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    020ed14 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. 2 ➡️ 3

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    3ea5bb1 View commit details
    Browse the repository at this point in the history
  2. 2 ➡️ 3 (#269)

    * Use [gs]etPrimarySlipCompliance with dart 6.10.0
    
    These APIs are used in the upstream release of dartsim 6.10.0
    and have been recently added to our fork, so start using them.
    
    * Improve slip compliance test coverage
    
    Signed-off-by: Steve Peters <scpeters@openrobotics.org>
    
    Co-authored-by: Steve Peters <scpeters@openrobotics.org>
    chapulina and scpeters authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    1a58f73 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. 3 ➡️ 4 (#271)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    583aef1 View commit details
    Browse the repository at this point in the history
  2. Migrate Bullet to ign-physics4 (#271)

    Signed-off-by: Louise Poubel <louise@openrobotics.org>
    chapulina committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a1a8f8b View commit details
    Browse the repository at this point in the history