Skip to content

Commit f54d4de

Browse files
Prepare for 7.3.0 (#659)
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com> Co-authored-by: Steve Peters <computersthatmove@gmail.com>
1 parent 12d589b commit f54d4de

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-physics7 VERSION 7.2.0)
6+
project(gz-physics7 VERSION 7.3.0)
77

88
#============================================================================
99
# Find gz-cmake

Changelog.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
## Gazebo Physics 7.x
22

3+
### Gazebo Physics 7.3.0 (2024-06-25)
4+
5+
1. Backport: Add Cone as a collision shape
6+
* [Pull request #639](https://github.com/gazebosim/gz-physics/pull/639)
7+
8+
1. [featherstone] Publish JointFeedback forces.
9+
* [Pull request #628](https://github.com/gazebosim/gz-physics/pull/628)
10+
11+
1. Parse voxel resolution when decomposing meshes
12+
* [Pull request #655](https://github.com/gazebosim/gz-physics/pull/655)
13+
14+
1. bullet-featherstone: Fix attaching fixed joint between models with inertial pose offset
15+
* [Pull request #653](https://github.com/gazebosim/gz-physics/pull/653)
16+
17+
1. Ray intersection simulation feature
18+
* [Pull request #641](https://github.com/gazebosim/gz-physics/pull/641)
19+
20+
1. bullet-featherstone: Fix bounding box for collisions with pose offset
21+
* [Pull request #647](https://github.com/gazebosim/gz-physics/pull/647)
22+
23+
1. bullet-featherstone: Update fixed constraint behavior
24+
* [Pull request #632](https://github.com/gazebosim/gz-physics/pull/632)
25+
26+
1. Update InspectFeatures.hh
27+
* [Pull request #645](https://github.com/gazebosim/gz-physics/pull/645)
28+
29+
1. bullet-featherstone: Fix convex hull shape's AABB
30+
* [Pull request #637](https://github.com/gazebosim/gz-physics/pull/637)
31+
32+
1. Add package.xml
33+
* [Pull request #608](https://github.com/gazebosim/gz-physics/pull/608)
34+
35+
1. bullet-featurestore: Enable auto deactivation
36+
* [Pull request #630](https://github.com/gazebosim/gz-physics/pull/630)
37+
38+
1. bullet-featherstone: Support convex decomposition for meshes
39+
* [Pull request #606](https://github.com/gazebosim/gz-physics/pull/606)
40+
41+
1. backport bullet-featherstone solver iters
42+
* [Pull request #619](https://github.com/gazebosim/gz-physics/pull/619)
43+
44+
1. bullet-featherstone: fix SetWorldPose with off-diagonal moment of inertia
45+
* [Pull request #623](https://github.com/gazebosim/gz-physics/pull/623)
46+
47+
1. Revert "Disable check in DetachableJointTest, CorrectAttachmentPoints for dartsim plugin on macOS (#613)"
48+
* [Pull request #615](https://github.com/gazebosim/gz-physics/pull/615)
49+
350
### Gazebo Physics 7.2.0 (2024-04-10)
451

552
1. Use relative install paths for plugin shared libraries

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>gz-physics7</name>
4-
<version>7.2.0</version>
4+
<version>7.3.0</version>
55
<description>Gazebo Physics : Physics classes and functions for robot applications</description>
66
<maintainer email="scpeters@openrobotics.org">Steve Peters</maintainer>
77
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)