Skip to content

Commit f024ea8

Browse files
authored
Prepare for 8.4.0 release (#2442)
Signed-off-by: Ian Chen <[email protected]>
1 parent 5ff44b1 commit f024ea8

File tree

3 files changed

+79
-2
lines changed

3 files changed

+79
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(gz-sim8 VERSION 8.3.0)
6+
project(gz-sim8 VERSION 8.4.0)
77
set (GZ_DISTRIBUTION "Harmonic")
88

99
#============================================================================

Changelog.md

+77
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,82 @@
11
## Gazebo Sim 8.x
22

3+
### Gazebo Sim 8.4.0 (2024-06-12)
4+
5+
1. Add pause run tutorial
6+
* [Pull request #2383](https://github.com/gazebosim/gz-sim/pull/2383)
7+
8+
1. Fix warning message to show precise jump back in time duration
9+
* [Pull request #2435](https://github.com/gazebosim/gz-sim/pull/2435)
10+
11+
1. Optimize rendering sensor pose updates
12+
* [Pull request #2425](https://github.com/gazebosim/gz-sim/pull/2425)
13+
14+
1. Remove a few extra zeros from some sdf files
15+
* [Pull request #2426](https://github.com/gazebosim/gz-sim/pull/2426)
16+
17+
1. Use VERSION_GREATER_EQUAL in cmake logic
18+
* [Pull request #2418](https://github.com/gazebosim/gz-sim/pull/2418)
19+
20+
1. Support mesh optimization when using AttachMeshShapeFeature
21+
* [Pull request #2417](https://github.com/gazebosim/gz-sim/pull/2417)
22+
23+
1. Rephrase cmake comment about CMP0077
24+
* [Pull request #2419](https://github.com/gazebosim/gz-sim/pull/2419)
25+
26+
1. Fix CMake warnings in Noble
27+
* [Pull request #2397](https://github.com/gazebosim/gz-sim/pull/2397)
28+
29+
1. Update sensors with pending trigger immediately in Sensors system
30+
* [Pull request #2408](https://github.com/gazebosim/gz-sim/pull/2408)
31+
32+
1. Add missing algorithm include
33+
* [Pull request #2414](https://github.com/gazebosim/gz-sim/pull/2414)
34+
35+
1. Add Track and Follow options in gui EntityContextMenu
36+
* [Pull request #2402](https://github.com/gazebosim/gz-sim/pull/2402)
37+
38+
1. ForceTorque system: improve readability
39+
* [Pull request #2403](https://github.com/gazebosim/gz-sim/pull/2403)
40+
41+
1. LTA Dynamics System
42+
* [Pull request #2241](https://github.com/gazebosim/gz-sim/pull/2241)
43+
44+
1. Remove Empty Test File
45+
* [Pull request #2396](https://github.com/gazebosim/gz-sim/pull/2396)
46+
47+
1. Fix GCC/CMake warnings for Noble
48+
* [Pull request #2375](https://github.com/gazebosim/gz-sim/pull/2375)
49+
50+
1. Fix warn unused variable in test
51+
* [Pull request #2388](https://github.com/gazebosim/gz-sim/pull/2388)
52+
53+
1. Fix name of gz-fuel_tools in package.xml
54+
* [Pull request #2386](https://github.com/gazebosim/gz-sim/pull/2386)
55+
56+
1. Add package.xml
57+
* [Pull request #2337](https://github.com/gazebosim/gz-sim/pull/2337)
58+
59+
1. Fix namespace and class links in documentation references that use namespace `gz`
60+
* [Pull request #2385](https://github.com/gazebosim/gz-sim/pull/2385)
61+
62+
1. Fix ModelPhotoShootTest test failures
63+
* [Pull request #2294](https://github.com/gazebosim/gz-sim/pull/2294)
64+
65+
1. Enable StoreResolvedURIs when loading SDF
66+
* [Pull request #2349](https://github.com/gazebosim/gz-sim/pull/2349)
67+
68+
1. Drop python3-disttutils from apt packages files
69+
* [Pull request #2374](https://github.com/gazebosim/gz-sim/pull/2374)
70+
71+
1. Added example world for `DopplerVelocityLogSystem`
72+
* [Pull request #2373](https://github.com/gazebosim/gz-sim/pull/2373)
73+
74+
1. Fix Gazebo/White and refactored MaterialParser
75+
* [Pull request #2302](https://github.com/gazebosim/gz-sim/pull/2302)
76+
77+
1. Support for Gazebo materials
78+
* [Pull request #2269](https://github.com/gazebosim/gz-sim/pull/2269)
79+
380
### Gazebo Sim 8.3.0 (2024-04-11)
481

582
1. Use relative install paths for plugin shared libraries and gz-tools data

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>gz-sim8</name>
5-
<version>8.3.0</version>
5+
<version>8.4.0</version>
66
<description>Gazebo Sim : A Robotic Simulator</description>
77
<maintainer email="[email protected]">Michael Carroll</maintainer>
88
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)