Commit c7bcc4c 1 parent 7597a2c commit c7bcc4c Copy full SHA for c7bcc4c
File tree 3 files changed +25
-2
lines changed
3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-physics8 VERSION 8.0 .0)
6
+ project (gz-physics8 VERSION 8.1 .0)
7
7
8
8
#============================================================================
9
9
# Find gz-cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo Physics 8.x
2
2
3
+ ### Gazebo Physics 8.1.0 (2025-02-12)
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 . ci.yml: run cppcheck, cpplint on noble
9
+ * [ Pull request #710 ] ( https://github.com/gazebosim/gz-physics/pull/710 )
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 . Prevent crash when objects move to invalid poses
15
+ * [ Pull request #706 ] ( https://github.com/gazebosim/gz-physics/pull/706 )
16
+
17
+ 1 . bullet-featherstone: Fix finding free group for a body with fixed base
18
+ * [ Pull request #700 ] ( https://github.com/gazebosim/gz-physics/pull/700 )
19
+
20
+ 1 . bullet-featherstone: Reset joint motor constraint's velocity target after each step
21
+ * [ Pull request #699 ] ( https://github.com/gazebosim/gz-physics/pull/699 )
22
+
23
+ 1 . Update physics_plugins tutorial
24
+ * [ Pull request #687 ] ( https://github.com/gazebosim/gz-physics/pull/687 )
25
+
3
26
### Gazebo Physics 8.0.0 (2024-09-25)
4
27
5
28
1 . ** Baseline:** this includes all changes from 7.3.0 and earlier.
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-physics8</name >
4
- <version >8.0 .0</version >
4
+ <version >8.1 .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