Skip to content

Commit

Permalink
Merge branch 'gz-physics7' into scpeters/revert_ode_workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
iche033 authored Apr 10, 2024
2 parents 5a3d317 + bcacf85 commit 908cbcc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-physics7 VERSION 7.1.0)
project(gz-physics7 VERSION 7.2.0)

#============================================================================
# Find gz-cmake
Expand Down
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
## Gazebo Physics 7.x

### Gazebo Physics 7.2.0 (2024-04-10)

1. Use relative install paths for plugin shared libraries
* [Pull request #616](https://github.com/gazebosim/gz-physics/pull/616)

1. Disable test failing due to ODE/libccd
* [Pull request #621](https://github.com/gazebosim/gz-physics/pull/621)

1. bullet-featherstone: Ignore collision between static objects and objects with world joint
* [Pull request #611](https://github.com/gazebosim/gz-physics/pull/611)

1. Disable check in DetachableJointTest, CorrectAttachmentPoints for dartsim plugin on macOS
* [Pull request #613](https://github.com/gazebosim/gz-physics/pull/613)

1. bullet-featherstone: Fix attaching fixed joint
* [Pull request #610](https://github.com/gazebosim/gz-physics/pull/610)

### Gazebo Physics 7.1.0 (2024-03-14)

1. bullet-featherstone: Improve mesh collision stability
Expand Down

0 comments on commit 908cbcc

Please sign in to comment.