Skip to content

Commit ef84ab1

Browse files
committed
Prepare for 7.5.0
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent cf8c83f commit ef84ab1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.4.0)
6+
project(gz-physics7 VERSION 7.5.0)
77

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

Changelog.md

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

3+
### Gazebo Physics 7.5.0 (2025-01-30)
4+
5+
1. bullet-featherstone: Remove joint motor constraint on joint force cmd
6+
* [Pull request #713](https://github.com/gazebosim/gz-physics/pull/713)
7+
8+
1. Visibility fixes for DART on Windows
9+
* [Pull request #711](https://github.com/gazebosim/gz-physics/pull/711)
10+
11+
1. Support setting max contacts in dart's bullet collision detector
12+
* [Pull request #593](https://github.com/gazebosim/gz-physics/pull/593)
13+
14+
1. Remove unreferenced switching-physics-engine tutorial and fix broken link in 04_physics_engines
15+
* [Pull request #684](https://github.com/gazebosim/gz-physics/pull/684)
16+
17+
1. Prevent crash when objects move to invalid poses
18+
* [Pull request #706](https://github.com/gazebosim/gz-physics/pull/706)
19+
320
### Gazebo Physics 7.4.0 (2024-11-08)
421

522
1. bullet-featherstone: Reset joint motor constraint's velocity target after each step

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.4.0</version>
4+
<version>7.5.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)