plugin#

Gazebo Plugin

Maintainer: ahcorde [AT] gmail [DOT] com

GitHub open issues GitHub open pull requests Discourse topics Hex.pm

Build

Status

Test coverage

codecov

Ubuntu Jammy

Build Status

Homebrew

Build Status

Windows

Build Status

Gazebo Plugin is a component in the Gazebo framework, a set of libraries designed to rapidly develop robot applications. It is used to register plugin libraries and load them dynamically at runtime.

http://gazebosim.org

Features

  • Registration of templated and non-templated classes from any translation unit.

  • Querying of interfaces by C++ type or name string.

  • Dynamically load plugins at runtime according to the interfaces they provide.

  • Reference counting of plugin objects to unload libraries no longer in use.

  • Command line tool gz plugin to inspect plugins.

Installation

See the installation tutorial.

Documentation

Visit the documentation page.

Gazebo Plugin 2.x

Gazebo Plugin 2.0.3 (2024-04-08)

  1. Use relative install path for gz tool data

  2. Remove @mxgrey as codeowner and assign maintainership to @ahcorde

  3. Update CI badges in README

  4. Infrastructure

  5. Enable and fix gz test on windows

  6. Do not install CMakeLists.txt in loader/register

Gazebo Plugin 2.0.2 (2023-09-26)

  1. Add explicit dependency on plugin library

  2. Documentation fixes

  3. Infrastructure

  4. Update parameter name in DemangleSymbol to match declaration

  5. Inline functions in plugin_unload.hh

  6. Rename COPYING to LICENSE

  7. Bazel build rules for garden

Gazebo Plugin 2.0.1

  1. Forward port 1.4.0.

Gazebo Plugin 2.0.0

  1. Add option to use RTLD_NODELETE when loading a library.

  2. Improve install instructions.

  3. Version bumps for Garden and deprecations.

  4. Ignition to Gazebo rename

  5. CLI tool updates.

  6. Update GoogleTest to latest version.

  7. Clean unused lambda capture warning.

  8. Support static plugins.

Gazebo Plugin 1.x

Gazebo Plugin 1.4.0 (2022-11-11)

  1. ign -> gz Migrate Ignition Headers : gz-plugin

Gazebo Plugin 1.3.0 (2022-08-15)

  1. Remove redundant namespace references

  2. Change IGN_DESIGNATION to GZ_DESIGNATION

  3. Ignition -> Gazebo

  4. Bash completion for flags

  5. Add LICENSE file

  6. Add Ubuntu Jammy CI

  7. Install ruby commands on Windows

Gazebo Plugin 1.2.1 (2021-09-24)

  1. Add Doxygen documentation checks to CI

  2. Infrastructure

  3. Find gz program instead of gz-tools

  4. Remove gz-tools from CMakeLists.txt. Not used

Gazebo Plugin 1.2.0 (2021-03-30)

  1. Infrastructure

  2. Include windows instructions in examples README.md and fix examples to compile them on Windows

  3. Fix downstream Windows builds

  4. Add gz plugin --info to print plugin info

  5. Add Windows installation

  6. Add plugin name accessor

Gazebo Plugin 1.1.0 (2019-11-21)

  1. Add SelectSpecializers to allow gz-physics to improve compilation time.

Gazebo Plugin 1.0.0 (2019-02-05)

  1. Initial release