Skip to content

Commit 6fafc96

Browse files
authored
Bump to 3.6.0 (gazebosim#524)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 43412b5 commit 6fafc96

2 files changed

Lines changed: 63 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)
33
#============================================================================
44
# Initialize the project
55
#============================================================================
6-
project(ignition-gazebo3 VERSION 3.5.0)
6+
project(ignition-gazebo3 VERSION 3.6.0)
77

88
#============================================================================
99
# Find ignition-cmake

Changelog.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,68 @@
22

33
### Ignition Gazebo 3.X.X (20XX-XX-XX)
44

5+
### Ignition Gazebo 3.6.0 (2020-12-30)
6+
7+
1. Fix pose msg conversion when msg is missing orientation
8+
* [Pull Request 450](https://github.com/ignitionrobotics/ign-gazebo/pull/450)
9+
10+
1. Address code checker warnings
11+
* [Pull Request 443](https://github.com/ignitionrobotics/ign-gazebo/pull/443)
12+
* [Pull Request 491](https://github.com/ignitionrobotics/ign-gazebo/pull/491)
13+
* [Pull Request 499](https://github.com/ignitionrobotics/ign-gazebo/pull/499)
14+
* [Pull Request 502](https://github.com/ignitionrobotics/ign-gazebo/pull/502)
15+
16+
1. Test fixes
17+
* [Pull Request 455](https://github.com/ignitionrobotics/ign-gazebo/pull/455)
18+
* [Pull Request 463](https://github.com/ignitionrobotics/ign-gazebo/pull/463)
19+
* [Pull Request 452](https://github.com/ignitionrobotics/ign-gazebo/pull/452)
20+
* [Pull Request 480](https://github.com/ignitionrobotics/ign-gazebo/pull/480)
21+
22+
1. Documentation updates
23+
* [Pull Request 472](https://github.com/ignitionrobotics/ign-gazebo/pull/472)
24+
25+
1. Fix segfault in the Breadcrumb system when associated model is unloaded
26+
* [Pull Request 454](https://github.com/ignitionrobotics/ign-gazebo/pull/454)
27+
28+
1. Added user commands to example thermal camera world
29+
* [Pull Request 442](https://github.com/ignitionrobotics/ign-gazebo/pull/442)
30+
31+
1. Helper function to set component data
32+
* [Pull Request 436](https://github.com/ignitionrobotics/ign-gazebo/pull/436)
33+
34+
1. Remove unneeded if statement in EntityComponentManager
35+
* [Pull Request 432](https://github.com/ignitionrobotics/ign-gazebo/pull/432)
36+
37+
1. Clarify how time is represented in each phase of a System step
38+
* [Pull Request 467](https://github.com/ignitionrobotics/ign-gazebo/pull/467)
39+
40+
1. Switch to async state service request
41+
* [Pull Request 461](https://github.com/ignitionrobotics/ign-gazebo/pull/461)
42+
43+
1. Update key event handling
44+
* [Pull Request 466](https://github.com/ignitionrobotics/ign-gazebo/pull/466)
45+
46+
1. Tape Measure Plugin
47+
* [Pull Request 456](https://github.com/ignitionrobotics/ign-gazebo/pull/456)
48+
49+
1. Move deselect and preview termination to render thread
50+
* [Pull Request 493](https://github.com/ignitionrobotics/ign-gazebo/pull/493)
51+
52+
1. Logical audio sensor plugin
53+
* [Pull Request 401](https://github.com/ignitionrobotics/ign-gazebo/pull/401)
54+
55+
1. add frame_id and child_frame_id attribute support for DiffDrive
56+
* [Pull Request 361](https://github.com/ignitionrobotics/ign-gazebo/pull/361)
57+
58+
1. Add ability to record video based on sim time
59+
* [Pull Request 414](https://github.com/ignitionrobotics/ign-gazebo/pull/414)
60+
61+
1. Add lockstep mode to video recording
62+
* [Pull Request 419](https://github.com/ignitionrobotics/ign-gazebo/pull/419)
63+
64+
1. Disable right click menu when using measuring tool
65+
* [Pull Request 458](https://github.com/ignitionrobotics/ign-gazebo/pull/458)
66+
567
### Ignition Gazebo 3.5.0 (2020-11-03)
668

769
1. Updated source build instructions

0 commit comments

Comments
 (0)