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

4 ➡️ 5 #272

Merged
merged 24 commits into from
Jul 18, 2021
Merged

4 ➡️ 5 #272

merged 24 commits into from
Jul 18, 2021

Conversation

chapulina
Copy link
Contributor

➡️ Forward port

Port ign-physics4 to main

Branch comparison: main...ign-physics4

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸

chapulina and others added 15 commits May 3, 2021 09:07
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: claireyywang <[email protected]>
Signed-off-by: anindex <[email protected]>

Co-authored-by: anindex <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Co-authored-by: Claire Wang <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
* 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 <[email protected]>
Signed-off-by: Tomas Lorente <[email protected]>
Copied from #262.

Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* [Citadel] Update tutorials (#204)

Signed-off-by: claireyywang <[email protected]>
Signed-off-by: anindex <[email protected]>

Co-authored-by: anindex <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Co-authored-by: Claire Wang <[email protected]>
Co-authored-by: Steve Peters <[email protected]>

* Remove tools/code_check and update codecov (#257)

Signed-off-by: Louise Poubel <[email protected]>

* Fix dart deprecation warning (#263)

Copied from #262.

Signed-off-by: Steve Peters <[email protected]>

Co-authored-by: Claire Wang <[email protected]>
Co-authored-by: anindex <[email protected]>
Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* 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 <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
* 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 <[email protected]>

Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@chapulina chapulina requested a review from mxgrey as a code owner June 24, 2021 18:53
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Jun 24, 2021
@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #272 (c7c93ae) into main (b5edaab) will decrease coverage by 6.48%.
The diff coverage is 41.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #272      +/-   ##
==========================================
- Coverage   82.11%   75.62%   -6.49%     
==========================================
  Files         111      127      +16     
  Lines        4528     5473     +945     
==========================================
+ Hits         3718     4139     +421     
- Misses        810     1334     +524     
Impacted Files Coverage Δ
bullet/src/FreeGroupFeatures.cc 0.00% <0.00%> (ø)
bullet/src/JointFeatures.cc 0.00% <0.00%> (ø)
bullet/src/KinematicsFeatures.cc 0.00% <0.00%> (ø)
bullet/src/ShapeFeatures.cc 0.00% <0.00%> (ø)
bullet/src/SimulationFeatures.cc 0.00% <0.00%> (ø)
bullet/src/EntityManagementFeatures.cc 14.92% <14.92%> (ø)
dartsim/src/SDFFeatures.cc 62.89% <25.00%> (-3.49%) ⬇️
bullet/src/SDFFeatures.cc 47.94% <47.94%> (ø)
bullet/src/Base.hh 48.52% <48.52%> (ø)
tpe/plugin/src/FreeGroupFeatures.cc 65.93% <72.00%> (-1.18%) ⬇️
... and 36 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5edaab...c7c93ae. Read the comment docs.

@mjcarroll
Copy link
Contributor

The segfault in the LinkFeaturesTest is the same as I was getting here: #261

I noticed that it seems to impact using sdformat from debs, but not from source on my system.

…268)

When a joint is created between BodyNodes in different skeletons, the child BodyNode is moved to the skeleton of the parent BodyNode. When this happens, the BodyNode version of the child needs to be incremented. This is actually fixed by dartsim/dart#1445, but we don't have that merged into our fork. So in the meantime, we call incrementVersion after moveTo is called similar to #31.

Signed-off-by: Addisu Z. Taddese <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
@scpeters
Copy link
Member

The segfault in the LinkFeaturesTest is the same as I was getting here: #261

I noticed that it seems to impact using sdformat from debs, but not from source on my system.

I've looked into this test failure, and I believe there's a bug in the test itself. I'm adding a new API to libsdformat (see gazebosim/sdformat#601 and gazebosim/sdformat#602) to help detect when graphs are not properly loaded for a world, which should help with confirming the source of this bug

Signed-off-by: ahcorde <[email protected]>

Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Steve Peters <[email protected]>
scpeters and others added 4 commits July 15, 2021 13:39
* Add Feature to Get/Set Gravity vector in a World
* dartsim: implement Gravity Feature
* Test Gravity APIs in WorldFeatures_TEST
* FrameSemantics: improve handling of World frame

Avoid calling FrameDataRelativeToWorld for quantities relative
to the world frame but expressed in different coordinates.
This prevents an assertion in KinematicsFeatures.cc

* Fix LinkFeatures_TEST by using Gravity Feature
* ShapeFeatures_TEST: remove unused LoadWorld function
* Fix doxygen parameter name in World.hh

Signed-off-by: Steven Peters <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>

Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@scpeters scpeters merged commit 75f7ede into main Jul 18, 2021
@scpeters scpeters deleted the chapulina/4_to_5 branch July 18, 2021 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants