Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Sep 24, 2021
1 parent 46b0424 commit 3329b2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ of libraries designed to rapidly develop robot applications.

## Features

* Registration of templated and non-templated classes from any translation unit.
* Querying of interfaces by C++ type of name as string.
* Dynamically load plugins at runtime according to the interfaces they provide.
* Reference counting of plugin objects to unload libraries no longer in use.
* Optional command line tool `ign plugin` to inspect plugins.
* 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** `ign plugin` to inspect plugins.

## Installation

Expand Down

0 comments on commit 3329b2d

Please sign in to comment.