Skip to content

Commit 48558df

Browse files
committed
Merge branch 'gz-plugin3' into scpeters/merge_3_main
2 parents 5302cb3 + 61fcd15 commit 48558df

File tree

4 files changed

+38
-8
lines changed

4 files changed

+38
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
uses: gazebo-tooling/action-gz-ci@jammy
2121
with:
2222
codecov-enabled: true
23-
cppcheck-enabled: true
24-
cpplint-enabled: true
25-
doxygen-enabled: true
2623
noble-ci:
2724
runs-on: ubuntu-latest
2825
name: Ubuntu Noble CI
@@ -32,3 +29,7 @@ jobs:
3229
- name: Compile and test
3330
id: ci
3431
uses: gazebo-tooling/action-gz-ci@noble
32+
with:
33+
cppcheck-enabled: true
34+
cpplint-enabled: true
35+
doxygen-enabled: true

Changelog.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@
44

55
## Gazebo Plugin 3.x
66

7-
### Gazebo Plugin 3.0.0 (2024-08-27)
7+
### Gazebo Plugin 3.0.1 (2025-02-12)
88

9-
Changes since 2.0.3:
9+
1. Require cmake 3.10.2 for consistency
10+
* [Pull request #162](https://github.com/gazebosim/gz-plugin/pull/162)
11+
12+
1. Fix typo in documentation (#150)
13+
* [Pull request #151](https://github.com/gazebosim/gz-plugin/pull/151)
14+
15+
### Gazebo Plugin 3.0.0 (2024-09-25)
16+
17+
1. **Baseline:** this includes all changes from 2.0.3 and earlier.
18+
19+
1. Miscellaneous documentation fixes
20+
* [Pull request #153](https://github.com/gazebosim/gz-plugin/pull/153)
21+
* [Pull request #150](https://github.com/gazebosim/gz-plugin/pull/150)
22+
23+
1. Update gz-plugin3 badge URLs
24+
* [Pull request #148](https://github.com/gazebosim/gz-plugin/pull/148)
25+
26+
1. Ionic changelog
27+
* [Pull request #147](https://github.com/gazebosim/gz-plugin/pull/147)
1028

1129
1. Enable 24.04 CI, require cmake 3.22.1
1230
* [Pull request #146](https://github.com/gazebosim/gz-plugin/pull/146)
@@ -32,6 +50,17 @@ Changes since 2.0.3:
3250

3351
## Gazebo Plugin 2.x
3452

53+
### Gazebo Plugin 2.0.4 (2025-01-30)
54+
55+
1. Fix typo in documentation
56+
* [Pull request #151](https://github.com/gazebosim/gz-plugin/pull/151)
57+
58+
1. Add package.xml
59+
* [Pull request #139](https://github.com/gazebosim/gz-plugin/pull/139)
60+
61+
1. Add bazel deps to pass layering_check
62+
* [Pull request #143](https://github.com/gazebosim/gz-plugin/pull/143)
63+
3564
### Gazebo Plugin 2.0.3 (2024-04-08)
3665

3766
1. Use relative install path for gz tool data

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Build | Status
1111
-- | --
1212
Test coverage | [![codecov](https://codecov.io/gh/gazebosim/gz-plugin/tree/main/graph/badge.svg)](https://codecov.io/gh/gazebosim/gz-plugin/tree/main)
13-
Ubuntu Jammy | [![Build Status](https://build.osrfoundation.org/job/gz_plugin-ci-main-jammy-amd64/badge/icon)](https://build.osrfoundation.org/job/gz_plugin-ci-main-jammy-amd64/)
13+
Ubuntu Noble | [![Build Status](https://build.osrfoundation.org/job/gz_plugin-ci-main-noble-amd64/badge/icon)](https://build.osrfoundation.org/job/gz_plugin-ci-main-noble-amd64/)
1414
Homebrew | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_plugin-ci-main-homebrew-amd64)](https://build.osrfoundation.org/job/gz_plugin-ci-main-homebrew-amd64)
1515
Windows | [![Build Status](https://build.osrfoundation.org/buildStatus/icon?job=gz_plugin-main-clowin)](https://build.osrfoundation.org/job/gz_plugin-main-clowin)
1616

tutorials/02_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ sudo apt install libgz-plugin4-dev
4242

4343
1. Install Gazebo dependencies
4444
```
45-
sudo apt-get install libgz-cmake4-dev libgz-tools3-dev libgz-utils3-cli-dev
45+
sudo apt-get install libgz-cmake4-dev libgz-tools2-dev libgz-utils3-cli-dev
4646
```
4747

4848
1. Install Gazebo Tools if you want to use the `gz plugin` command line tool:
4949
```bash
50-
sudo apt-get install gz-tools3
50+
sudo apt-get install gz-tools2
5151
```
5252

5353
2. Clone the repository

0 commit comments

Comments
 (0)