gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
74 stars 43 forks source link

Protobuf: Do not require version 3 do support Protobuf 4.23.2 (23.2) #544

Closed traversaro closed 1 year ago

traversaro commented 1 year ago

🎉 New feature

GzProtobuf: Do not require version 3 do support Protobuf 4.23.2 (23.2)

Summary

The motivation is similar to https://github.com/gazebosim/gz-msgs/pull/346 .

Test it

Install protobuf 23.2 and run the tests (I guess the only way to do it easily for now is to use conda-forge, see https://repology.org/project/protobuf/versions .

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.