gazebosim / gz-launch

Run and manage programs and plugins.
https://gazebosim.org
Apache License 2.0
12 stars 17 forks source link

Remove indirect dependencies #265

Closed azeey closed 5 months ago

azeey commented 5 months ago

🦟 Bug fix

Summary

I noticed that we have a number of dependencies listed in package.xml and .github/ci/packages.apt that are not direct dependencies of gz-launch, i.e, none of the gz-launch code includes headers or links against libraries from these libraries.

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.

azeey commented 5 months ago

The Ubuntu CI GitHub action is failing due to an issue with the action script itself. Fix in https://github.com/gazebo-tooling/action-gz-ci/pull/75