Skip to content

Commit 5dfe0ad

Browse files
authored
Prepare for 10.0.0-pre2 Release (#3092)
* Prepare for 10.0.0-pre2 Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> * Update changelog Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> --------- Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent e34aa01 commit 5dfe0ad

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ find_package(gz-cmake REQUIRED)
1818
set(CMAKE_CXX_STANDARD 17)
1919
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020

21-
gz_configure_project(VERSION_SUFFIX pre1)
21+
gz_configure_project(VERSION_SUFFIX pre2)
2222

2323
#============================================================================
2424
# Set project-specific options

Changelog.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@
44

55
1. **Baseline:** this includes all changes from 9.3.0 and earlier.
66

7+
1. Add missing dependencies to package.xml
8+
* [Pull request #3093](https://github.com/gazebosim/gz-sim/pull/3093)
9+
10+
1. Add tutorial on wheel slip systems
11+
* [Pull request #3056](https://github.com/gazebosim/gz-sim/pull/3056)
12+
13+
1. Set non-unique material to submesh when updating cast shadows property
14+
* [Pull request #3085](https://github.com/gazebosim/gz-sim/pull/3085)
15+
16+
1. Use `common::findFile` when searching for slip map in LookupWheelSlip system
17+
* [Pull request #3087](https://github.com/gazebosim/gz-sim/pull/3087)
18+
19+
1. Fix sporadic crash when launching GUI client on windows
20+
* [Pull request #3074](https://github.com/gazebosim/gz-sim/pull/3074)
21+
22+
1. Documentation updates
23+
* [Pull request #3081](https://github.com/gazebosim/gz-sim/pull/3081)
24+
* [Pull request #3054](https://github.com/gazebosim/gz-sim/pull/3054)
25+
* [Pull request #3042](https://github.com/gazebosim/gz-sim/pull/3042)
26+
* [Pull request #3040](https://github.com/gazebosim/gz-sim/pull/3040)
27+
28+
1. Fix comment for logical camera topic
29+
* [Pull request #3043](https://github.com/gazebosim/gz-sim/pull/3043)
30+
31+
1. Disable `UtilTest.ResolveSdfWorldFile` on macOS
32+
* [Pull request #3065](https://github.com/gazebosim/gz-sim/pull/3065)
33+
34+
1. Add Null Check for Scene Initialization in `onRefreshCamerasImpl` to Prevent Crash
35+
* [Pull request #3051](https://github.com/gazebosim/gz-sim/pull/3051)
36+
37+
1. Fix saving world through GUI
38+
* [Pull request #3052](https://github.com/gazebosim/gz-sim/pull/3052)
39+
40+
1. Update logic for setting initial state
41+
* [Pull request #3044](https://github.com/gazebosim/gz-sim/pull/3044)
42+
43+
1. Remove obsolete tag from example SDFormat file
44+
* [Pull request #3045](https://github.com/gazebosim/gz-sim/pull/3045)
45+
46+
1. [Bazel] Update bazel module to use jetty release branches
47+
* [Pull request #3041](https://github.com/gazebosim/gz-sim/pull/3041)
48+
749
1. Parallel asset download
850
* [Pull request #2992](https://github.com/gazebosim/gz-sim/pull/2992)
951

0 commit comments

Comments
 (0)