Skip to content

Commit a49facd

Browse files
Merge branch 'ign-gazebo3' into luca/broadcaster_periodic_components
2 parents fcd662b + 8998740 commit a49facd

File tree

92 files changed

+1279
-1076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1279
-1076
lines changed

CMakeLists.txt

+1-1
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.6.0)
6+
project(ignition-gazebo3 VERSION 3.7.0)
77

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

Changelog.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
## Ignition Gazebo 3.x
22

3-
### Ignition Gazebo 3.X.X (20XX-XX-XX)
3+
### Ignition Gazebo 3.7.0 (2021-01-13)
4+
5+
1. Fix examples in migration plugins tutorial.
6+
* [Pull Request 543](https://github.com/ignitionrobotics/ign-gazebo/pull/543)
7+
8+
1. Added missing namespace in `detail/EntityComponentManager.hh`.
9+
* [Pull Request 541](https://github.com/ignitionrobotics/ign-gazebo/pull/541)
10+
11+
1. Automatically load a subset of world plugins.
12+
* [Pull Request 281](https://github.com/ignitionrobotics/ign-gazebo/pull/281)
13+
14+
1. Update gtest to 1.10.0 for Windows compilation.
15+
* [Pull Request 506](https://github.com/ignitionrobotics/ign-gazebo/pull/506)
16+
17+
1. Updates to ardupilot migration tutorial.
18+
* [Pull Request 525](https://github.com/ignitionrobotics/ign-gazebo/pull/525)
19+
20+
1. Don't make docs on macOS.
21+
* [Pull Request 528](https://github.com/ignitionrobotics/ign-gazebo/pull/528)
422

523
### Ignition Gazebo 3.6.0 (2020-12-30)
624

examples/scripts/distributed/secondary.sdf

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<geometry>
2929
<plane>
3030
<normal>0 0 1</normal>
31+
<size>100 100</size>
3132
</plane>
3233
</geometry>
3334
</collision>

examples/scripts/distributed/standalone.sdf

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
<geometry>
109109
<plane>
110110
<normal>0 0 1</normal>
111+
<size>100 100</size>
111112
</plane>
112113
</geometry>
113114
</collision>

0 commit comments

Comments
 (0)