Skip to content

Commit 4e4b3a4

Browse files
nkoenigNate Koenig
andauthored
4.6.0 prep (gazebosim#660)
Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org>
1 parent 33f5134 commit 4e4b3a4

2 files changed

Lines changed: 49 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.5.0)
6+
project(ignition-gazebo4 VERSION 4.6.0)
77

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

Changelog.md

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

3+
### Ignition Gazebo 4.6.0 (2021-03-01)
4+
5+
1. Use a custom data structure to manage entity feature maps.
6+
* [Pull Request 586](https://github.com/ignitionrobotics/ign-gazebo/pull/586)
7+
8+
1. Limit scene broadcast publications when paused.
9+
* [Pull Request 497](https://github.com/ignitionrobotics/ign-gazebo/pull/497)
10+
11+
1. Report performer count in PerformerDetector plugin.
12+
* [Pull Request 652](https://github.com/ignitionrobotics/ign-gazebo/pull/652)
13+
14+
1. Cache top level and static to speed up physics system.
15+
* [Pull Request 656](https://github.com/ignitionrobotics/ign-gazebo/pull/656)
16+
17+
1. Support particle emitter modification using partial message.
18+
* [Pull Request 651](https://github.com/ignitionrobotics/ign-gazebo/pull/651)
19+
20+
1. Set LD_LIBRARY_PATH on Actions CI.
21+
* [Pull Request 650](https://github.com/ignitionrobotics/ign-gazebo/pull/650)
22+
23+
1. Fix flaky SceneBroadcaster test.
24+
* [Pull Request 641](https://github.com/ignitionrobotics/ign-gazebo/pull/641)
25+
26+
1. Add a convenience function for getting possibly non-existing components.
27+
* [Pull Request 629](https://github.com/ignitionrobotics/ign-gazebo/pull/629)
28+
29+
1. Add msg to show the computed temperature range computed from temperature
30+
gradient.
31+
* [Pull Request 643](https://github.com/ignitionrobotics/ign-gazebo/pull/643)
32+
33+
1. Add TF/Pose_V pub in DiffDrive.
34+
* [Pull Request 548](https://github.com/ignitionrobotics/ign-gazebo/pull/548)
35+
36+
1. Relax flaky performance test.
37+
* [Pull Request 640](https://github.com/ignitionrobotics/ign-gazebo/pull/640)
38+
39+
1. Improve velocity control test.
40+
* [Pull Request 642](https://github.com/ignitionrobotics/ign-gazebo/pull/642)
41+
42+
1. Validity check for user defined topics in JointPositionController.
43+
* [Pull Request 639](https://github.com/ignitionrobotics/ign-gazebo/pull/639)
44+
45+
1. Add laser_retro support.
46+
* [Pull Request 603](https://github.com/ignitionrobotics/ign-gazebo/pull/603)
47+
48+
1. Fix pose of plane visual with non-default normal vector.
49+
* [Pull Request 574](https://github.com/ignitionrobotics/ign-gazebo/pull/574)
50+
351
### Ignition Gazebo 4.5.0 (2020-02-17)
452

553
1. Added particle system.

0 commit comments

Comments
 (0)