Skip to content

Commit

Permalink
Merge pull request #485 from gazebosim/azeey/5_to_6
Browse files Browse the repository at this point in the history
Merge ign-physics5 ➡️  gz-physics6
  • Loading branch information
scpeters authored Mar 14, 2023
2 parents 4d0d688 + 33a9261 commit 89550c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@

## Gazebo Physics 5.x

### Gazebo Physics 5.3.1 (2023-02-16)

1. Fix memory corruption due to faulty refcount tracking
* [Pull request #480](https://github.com/gazebosim/gz-physics/pull/480)

### Gazebo Physics 5.3.0 (2023-01-09)

1. Fix windows warnings related to bullet
Expand Down Expand Up @@ -509,6 +514,14 @@

## Gazebo Physics 2.x

### Gazebo Physics 2.6.1 (2023-01-09)

1. Fix build errors and warnings for DART 6.13.0
* [Pull request #465](https://github.com/gazebosim/gz-physics/pull/465)

1. Don't install CMakeLists.txt files
* [Pull request #456](https://github.com/gazebosim/gz-physics/pull/456)

### Gazebo Physics 2.6.0 (2022-11-30)

1. Migrate Ignition headers
Expand Down
5 changes: 0 additions & 5 deletions dartsim/src/SDFFeatures.cc
Original file line number Diff line number Diff line change
Expand Up @@ -658,11 +658,6 @@ Identity SDFFeatures::ConstructSdfLink(
::sdf::JoinName(modelInfo.model->getName(), bn->getName()));
const std::size_t linkID = this->AddLink(bn, fullName, _modelID, sdfInertia);

const std::string fullJointName = ::sdf::JoinName(
world->getName(),
::sdf::JoinName(modelInfo.model->getName(), joint->getName()));
this->AddJoint(joint, fullJointName, _modelID);

auto linkIdentity = this->GenerateIdentity(linkID, this->links.at(linkID));

if (sdfInertia.FluidAddedMass().has_value())
Expand Down

0 comments on commit 89550c0

Please sign in to comment.