Commit 055e969 1 parent 26d425b commit 055e969 Copy full SHA for 055e969
File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-sim8 VERSION 8.4 .0)
6
+ project (gz-sim8 VERSION 8.5 .0)
7
7
set (GZ_DISTRIBUTION "Harmonic" )
8
8
9
9
#============================================================================
Original file line number Diff line number Diff line change 1
1
## Gazebo Sim 8.x
2
2
3
+ ### Gazebo Sim 8.5.0 (2024-06-26)
4
+
5
+ 1 . Backport: Adding cone primitives
6
+ * [ Pull request #2404 ] ( https://github.com/gazebosim/gz-sim/pull/2404 )
7
+
8
+ 1 . Permit to run gz sim -g on Windows
9
+ * [ Pull request #2382 ] ( https://github.com/gazebosim/gz-sim/pull/2382 )
10
+
11
+ 1 . Parse voxel resolution SDF param when decomposing meshes
12
+ * [ Pull request #2445 ] ( https://github.com/gazebosim/gz-sim/pull/2445 )
13
+
14
+ 1 . Fix model command api test
15
+ * [ Pull request #2444 ] ( https://github.com/gazebosim/gz-sim/pull/2444 )
16
+
17
+ 1 . Add tutorial for using the Pose component
18
+ * [ Pull request #2219 ] ( https://github.com/gazebosim/gz-sim/pull/2219 )
19
+
20
+ 1 . Do not update sensors if it a triggered sensor
21
+ * [ Pull request #2443 ] ( https://github.com/gazebosim/gz-sim/pull/2443 )
22
+
3
23
### Gazebo Sim 8.4.0 (2024-06-12)
4
24
5
25
1 . Add pause run tutorial
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-sim8</name >
5
- <version >8.4 .0</version >
5
+ <version >8.5 .0</version >
6
6
<description >Gazebo Sim : A Robotic Simulator</description >
7
7
<maintainer email =" mjcarroll@intrinsic.ai" >Michael Carroll</maintainer >
8
8
<license >Apache License 2.0</license >
You can’t perform that action at this time.
0 commit comments