Skip to content

Commit 40ec477

Browse files
authored
🎈 3.8.0 (gazebosim#688)
Signed-off-by: Louise Poubel <louise@openrobotics.org>
1 parent 29683a8 commit 40ec477

2 files changed

Lines changed: 110 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.7.0)
6+
project(ignition-gazebo3 VERSION 3.8.0)
77

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

Changelog.md

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

3+
### Ignition Gazebo 3.X.X (202X-XX-XX)
4+
5+
### Ignition Gazebo 3.8.0 (2021-03-17)
6+
7+
1. Add joint position controller GUI, also enable tests for GUI plugins
8+
* [Pull request #534](https://github.com/ignitionrobotics/ign-gazebo/pull/534)
9+
10+
1. Remove visibility from headers that are not installed
11+
* [Pull request #665](https://github.com/ignitionrobotics/ign-gazebo/pull/665)
12+
13+
1. Added screenshot to toolbar
14+
* [Pull request #588](https://github.com/ignitionrobotics/ign-gazebo/pull/588)
15+
16+
1. Improve ign tool support on macOS
17+
* [Pull request #477](https://github.com/ignitionrobotics/ign-gazebo/pull/477)
18+
19+
1. change nullptr to a int ptr for qt 5.15.2 bug
20+
* [Pull request #527](https://github.com/ignitionrobotics/ign-gazebo/pull/527)
21+
22+
1. Kinetic energy monitor plugin
23+
* [Pull request #492](https://github.com/ignitionrobotics/ign-gazebo/pull/492)
24+
25+
1. Use a std::promise/std::future to avoid busy waiting the step ack messages in NetworkManagerPrimary
26+
* [Pull request #470](https://github.com/ignitionrobotics/ign-gazebo/pull/470)
27+
28+
1. clarified performer example
29+
* [Pull request #390](https://github.com/ignitionrobotics/ign-gazebo/pull/390)
30+
31+
1. Add tutorial tweaks
32+
* [Pull request #380](https://github.com/ignitionrobotics/ign-gazebo/pull/380)
33+
34+
1. Fix Qt5 warnings for using anchors
35+
* [Pull request #363](https://github.com/ignitionrobotics/ign-gazebo/pull/363)
36+
37+
1. Update codeowners
38+
* [Pull request #305](https://github.com/ignitionrobotics/ign-gazebo/pull/305)
39+
40+
1. Qt auto scale factor for HiDPI displays
41+
* [Pull request #291](https://github.com/ignitionrobotics/ign-gazebo/pull/291)
42+
43+
1. Fix yaw units
44+
* [Pull request #238](https://github.com/ignitionrobotics/ign-gazebo/pull/238)
45+
46+
1. Fixed docblock showGrid
47+
* [Pull request #152](https://github.com/ignitionrobotics/ign-gazebo/pull/152)
48+
49+
1. Fix entity tree for large worlds
50+
* [Pull request #673](https://github.com/ignitionrobotics/ign-gazebo/pull/673)
51+
52+
1. Master branch updates
53+
* [Pull request #672](https://github.com/ignitionrobotics/ign-gazebo/pull/672)
54+
55+
1. Backport #561: Use common::setenv
56+
* [Pull request #666](https://github.com/ignitionrobotics/ign-gazebo/pull/666)
57+
58+
1. Use a custom data structure to manage entity feature maps
59+
* [Pull request #586](https://github.com/ignitionrobotics/ign-gazebo/pull/586)
60+
61+
1. Limit scene broadcast publications when paused
62+
* [Pull request #497](https://github.com/ignitionrobotics/ign-gazebo/pull/497)
63+
64+
1. Fix flaky SceneBoradcaster test
65+
* [Pull request #641](https://github.com/ignitionrobotics/ign-gazebo/pull/641)
66+
67+
1. Add TF/Pose_V publisher in DiffDrive
68+
* [Pull request #548](https://github.com/ignitionrobotics/ign-gazebo/pull/548)
69+
70+
1. 👩‍🌾 Relax performance test
71+
* [Pull request #640](https://github.com/ignitionrobotics/ign-gazebo/pull/640)
72+
73+
1. 👩‍🌾 Improve velocity control test
74+
* [Pull request #642](https://github.com/ignitionrobotics/ign-gazebo/pull/642)
75+
76+
1. Add `laser_retro` support
77+
* [Pull request #603](https://github.com/ignitionrobotics/ign-gazebo/pull/603)
78+
79+
1. Fix pose of plane visual with non-default normal vector
80+
* [Pull request #574](https://github.com/ignitionrobotics/ign-gazebo/pull/574)
81+
82+
1. Add About dialog
83+
* [Pull request #609](https://github.com/ignitionrobotics/ign-gazebo/pull/609)
84+
85+
1. Make topics configurable for joint controllers
86+
* [Pull request #584](https://github.com/ignitionrobotics/ign-gazebo/pull/584)
87+
88+
1. Also use Ignition GUI render event
89+
* [Pull request #598](https://github.com/ignitionrobotics/ign-gazebo/pull/598)
90+
91+
1. Tutorial on migrating SDF files from Gazebo classic
92+
* [Pull request #400](https://github.com/ignitionrobotics/ign-gazebo/pull/400)
93+
94+
1. Visualize collisions
95+
* [Pull request #531](https://github.com/ignitionrobotics/ign-gazebo/pull/531)
96+
97+
1. Backport state update changes from pull request #486
98+
* [Pull request #583](https://github.com/ignitionrobotics/ign-gazebo/pull/583)
99+
100+
1. Publish all periodic change components in Scene Broadcaster
101+
* [Pull request #544](https://github.com/ignitionrobotics/ign-gazebo/pull/544)
102+
103+
1. added size to `ground_plane` in examples
104+
* [Pull request #573](https://github.com/ignitionrobotics/ign-gazebo/pull/573)
105+
106+
1. Parallelize State call in ECM
107+
* [Pull request #451](https://github.com/ignitionrobotics/ign-gazebo/pull/451)
108+
109+
1. Non-blocking paths request
110+
* [Pull request #555](https://github.com/ignitionrobotics/ign-gazebo/pull/555)
111+
3112
### Ignition Gazebo 3.7.0 (2021-01-13)
4113

5114
1. Fix examples in migration plugins tutorial.

0 commit comments

Comments
 (0)