Skip to content

Commit ab458ba

Browse files
authored
Prepare for 8.1.0 (#2308)
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 448463a commit ab458ba

File tree

2 files changed

+131
-1
lines changed

2 files changed

+131
-1
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.0.0)
6+
project(gz-sim8 VERSION 8.1.0)
77
set (GZ_DISTRIBUTION "Harmonic")
88

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

Changelog.md

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

3+
### Gazebo Sim 8.1.0 (2024-02-06)
4+
5+
1. Add tutorial for using components in systems
6+
* [Pull request #2207](https://github.com/gazebosim/gz-sim/pull/2207)
7+
8+
1. Light entity match SDF boolean for UserCommands.
9+
* [Pull request #2295](https://github.com/gazebosim/gz-sim/pull/2295)
10+
11+
1. Explicitly check SKIP_PYBIND11 for python bindings
12+
* [Pull request #2298](https://github.com/gazebosim/gz-sim/pull/2298)
13+
14+
1. Fix `INTEGRATION_save_world` on windows
15+
* [Pull request #2300](https://github.com/gazebosim/gz-sim/pull/2300)
16+
17+
1. Change an entities visual material color by topic.
18+
* [Pull request #2286](https://github.com/gazebosim/gz-sim/pull/2286)
19+
20+
1. Fix ModelPhotoShootTest test failures
21+
* [Pull request #2294](https://github.com/gazebosim/gz-sim/pull/2294)
22+
23+
1. Support for Gazebo materials
24+
* [Pull request #2269](https://github.com/gazebosim/gz-sim/pull/2269)
25+
* [Pull request #2302](https://github.com/gazebosim/gz-sim/pull/2302)
26+
27+
1. Added tutorial for Gazebo joint controller plugin
28+
* [Pull request #2263](https://github.com/gazebosim/gz-sim/pull/2263)
29+
30+
1. Lift Drag Bug Fix
31+
* [Pull request #2189](https://github.com/gazebosim/gz-sim/pull/2189)
32+
* [Pull request #2272](https://github.com/gazebosim/gz-sim/pull/2272)
33+
* [Pull request #2273](https://github.com/gazebosim/gz-sim/pull/2273)
34+
* [Issue #2188](https://github.com/gazebosim/gz-sim/issues/2188)
35+
36+
1. Fix URL in hydrodynamics tutorial
37+
* [Pull request #2280](https://github.com/gazebosim/gz-sim/pull/2280)
38+
39+
1. Install the Python libs to system site-packages instead of root
40+
* [Pull request #2274](https://github.com/gazebosim/gz-sim/pull/2274)
41+
42+
1. Maritime tutorials 💧
43+
* [Pull request #2260](https://github.com/gazebosim/gz-sim/pull/2260)
44+
* [Pull request #2259](https://github.com/gazebosim/gz-sim/pull/2259)
45+
* [Pull request #2258](https://github.com/gazebosim/gz-sim/pull/2258)
46+
* [Pull request #2257](https://github.com/gazebosim/gz-sim/pull/2257)
47+
48+
1. Update CI badges in README
49+
* [Pull request #2271](https://github.com/gazebosim/gz-sim/pull/2271)
50+
51+
1. Fix incorrect light direction in tunnel.sdf example
52+
* [Pull request #2264](https://github.com/gazebosim/gz-sim/pull/2264)
53+
54+
1. Allow removal of model that has joint_position_controller plugin.
55+
* [Pull request #2252](https://github.com/gazebosim/gz-sim/pull/2252)
56+
57+
1. Fix DLL linkage/visibility issues
58+
* [Pull request #2254](https://github.com/gazebosim/gz-sim/pull/2254)
59+
60+
1. `mecanum_drive`: use mesh wheels in example world
61+
* [Pull request #2250](https://github.com/gazebosim/gz-sim/pull/2250)
62+
63+
1. Disable distortion camera test on Linux
64+
* [Pull request #2247](https://github.com/gazebosim/gz-sim/pull/2247)
65+
66+
1. `environment_preload`: fix windows compiler warnings
67+
* [Pull request #2246](https://github.com/gazebosim/gz-sim/pull/2246)
68+
69+
1. EnvironmentPreload: ignerr -> gzerr
70+
* [Pull request #2245](https://github.com/gazebosim/gz-sim/pull/2245)
71+
72+
1. Update friction parameters for skid steer example
73+
* [Pull request #2235](https://github.com/gazebosim/gz-sim/pull/2235)
74+
75+
1. Fixed Centre of Mass and Inertia Matrix Calculation Bug `MeshInertiaCalculator::CalculateMassProperties()` function
76+
* [Pull request #2182](https://github.com/gazebosim/gz-sim/pull/2182)
77+
78+
1. Backport #2231: Use sdf FindElement API to avoid `const_cast`
79+
* [Pull request #2236](https://github.com/gazebosim/gz-sim/pull/2236)
80+
81+
1. Add libpython3-dev CI dependency
82+
* [Pull request #2233](https://github.com/gazebosim/gz-sim/pull/2233)
83+
84+
1. Standardize Doxygen parameter formatting for systems
85+
* [Pull request #2212](https://github.com/gazebosim/gz-sim/pull/2212)
86+
* [Pull request #2183](https://github.com/gazebosim/gz-sim/pull/2183)
87+
88+
1. Use `GZ_PI` instead of `M_PI` to fix windows builds
89+
* [Pull request #2230](https://github.com/gazebosim/gz-sim/pull/2230)
90+
91+
1. Add note about elevator example
92+
* [Pull request #2227](https://github.com/gazebosim/gz-sim/pull/2227)
93+
94+
1. Porting Advanced Lift Drag Plugin to Gazebo
95+
* [Pull request #2185](https://github.com/gazebosim/gz-sim/pull/2185)
96+
* [Pull request #2226](https://github.com/gazebosim/gz-sim/pull/2226)
97+
98+
1. Fix for sensor pointer null when navsat plugin in included in sdf
99+
* [Pull request #2176](https://github.com/gazebosim/gz-sim/pull/2176)
100+
101+
1. Implements a method to get the link inertia
102+
* [Pull request #2218](https://github.com/gazebosim/gz-sim/pull/2218)
103+
104+
1. Fix sensors system parallel updates
105+
* [Pull request #2201](https://github.com/gazebosim/gz-sim/pull/2201)
106+
107+
1. Fix custom_sensor_system example
108+
* [Pull request #2208](https://github.com/gazebosim/gz-sim/pull/2208)
109+
110+
1. Relax pose check in actor no mesh test
111+
* [Pull request #2196](https://github.com/gazebosim/gz-sim/pull/2196)
112+
113+
1. backport component inspector Vector3d width fix
114+
* [Pull request #2195](https://github.com/gazebosim/gz-sim/pull/2195)
115+
116+
1. fix INTEGRATION_save_world's SdfGeneratorFixture.ModelWithNestedIncludes test
117+
* [Pull request #2197](https://github.com/gazebosim/gz-sim/pull/2197)
118+
119+
1. Support specifying the name of light associated with lens flares
120+
* [Pull request #2172](https://github.com/gazebosim/gz-sim/pull/2172)
121+
122+
1. Bump Fuel model version in test
123+
* [Pull request #2190](https://github.com/gazebosim/gz-sim/pull/2190)
124+
125+
1. Fix environment system loading mechanism
126+
* [Pull request #1842](https://github.com/gazebosim/gz-sim/pull/1842)
127+
128+
1. Infrastructure
129+
* [Pull request #2187](https://github.com/gazebosim/gz-sim/pull/2187)
130+
* [Pull request #2237](https://github.com/gazebosim/gz-sim/pull/2237)
131+
* [Pull request #2222](https://github.com/gazebosim/gz-sim/pull/2222)
132+
3133
### Gazebo Sim 8.0.0 (2023-09-29)
4134

5135
1. TouchPlugin: Reset the plugin with the initial values

0 commit comments

Comments
 (0)