Commit ef84ab1 1 parent cf8c83f commit ef84ab1 Copy full SHA for ef84ab1
File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-physics7 VERSION 7.4 .0)
6
+ project (gz-physics7 VERSION 7.5 .0)
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Physics 7.x
2
2
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
+
3
20
### Gazebo Physics 7.4.0 (2024-11-08)
4
21
5
22
1 . bullet-featherstone: Reset joint motor constraint's velocity target after each step
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >gz-physics7</name >
4
- <version >7.4 .0</version >
4
+ <version >7.5 .0</version >
5
5
<description >Gazebo Physics : Physics classes and functions for robot applications</description >
6
6
<maintainer email =" scpeters@openrobotics.org" >Steve Peters</maintainer >
7
7
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments