Skip to content

Commit 0f284ba

Browse files
committed
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
1 parent bfc0c12 commit 0f284ba

2 files changed

Lines changed: 57 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-gazebo4 VERSION 4.2.0)
6+
project(ignition-gazebo4 VERSION 4.3.0)
77

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

Changelog.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
## Ignition Gazebo 4.x
22

3+
### Ignition Gazebo 4.3.0 (2020-02-02)
4+
5+
1. Non-blocking paths request.
6+
* [Pull Request 555](https://github.com/ignitionrobotics/ign-gazebo/pull/555)
7+
8+
1. Parallelize State call in ECM.
9+
* [Pull Request 451](https://github.com/ignitionrobotics/ign-gazebo/pull/451)
10+
11+
1. Allow to create light with the create service.
12+
* [Pull Request 513](https://github.com/ignitionrobotics/ign-gazebo/pull/513)
13+
14+
1. Added size to ground_plane in examples.
15+
* [Pull Request 573](https://github.com/ignitionrobotics/ign-gazebo/pull/573)
16+
17+
1. Fix finding PBR materials.
18+
* [Pull Request 575](https://github.com/ignitionrobotics/ign-gazebo/pull/575)
19+
20+
1. Publish all periodic change components in Scene Broadcaster.
21+
* [Pull Request 544](https://github.com/ignitionrobotics/ign-gazebo/pull/544)
22+
23+
1. Backport state update changes from pull request [#486](https://github.com/ignitionrobotics/ign-gazebo/pull/486).
24+
* [Pull Request 583](https://github.com/ignitionrobotics/ign-gazebo/pull/583)
25+
26+
1. Fix code_check errors.
27+
* [Pull Request 582](https://github.com/ignitionrobotics/ign-gazebo/pull/582)
28+
29+
1. Visualize collisions.
30+
* [Pull Request 531](https://github.com/ignitionrobotics/ign-gazebo/pull/531)
31+
32+
1. Remove playback <path> SDF param in Dome.
33+
* [Pull Request 570](https://github.com/ignitionrobotics/ign-gazebo/pull/570)
34+
35+
1. Tutorial on migrating SDF files from Gazebo classic.
36+
* [Pull Request 400](https://github.com/ignitionrobotics/ign-gazebo/pull/400)
37+
38+
1. World Exporter.
39+
* [Pull Request 474](https://github.com/ignitionrobotics/ign-gazebo/pull/474)
40+
41+
1. Model Creation tutorial using services.
42+
* [Pull Request 530](https://github.com/ignitionrobotics/ign-gazebo/pull/530)
43+
44+
1. Fix topLevelModel Method.
45+
* [Pull Request 600](https://github.com/ignitionrobotics/ign-gazebo/pull/600)
46+
47+
1. Add heat signature option to thermal system.
48+
* [Pull Request 498](https://github.com/ignitionrobotics/ign-gazebo/pull/498)
49+
50+
1. Add service and GUI to configure physics parameters (step size and RTF).
51+
* [Pull Request 536](https://github.com/ignitionrobotics/ign-gazebo/pull/536)
52+
53+
1. Refactor UNIT_Server_TEST.
54+
* [Pull Request 594](https://github.com/ignitionrobotics/ign-gazebo/pull/594)
55+
56+
1. Use Ignition GUI render event.
57+
* [Pull Request 598](https://github.com/ignitionrobotics/ign-gazebo/pull/598)
58+
359
### Ignition Gazebo 4.2.0 (2020-01-13)
460

561
1. Automatically load a subset of world plugins.

0 commit comments

Comments
 (0)