Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 authored Nov 24, 2024
1 parent 377e4c2 commit 948e5ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ glim_ext is a set of extension modules for [GLIM](https://github.com/koide3/glim

Each module in glim_ext uses several external libraries that employ different licensing conditions. You must carefully check and follow their licenses.

## Usage

To enable an extension module, add the so filename to `extension_modules` in `glim/config/config_ros.json`. E.g.,

```
"extension_modules": [
"libmemory_monitor.so",
"libstandard_viewer.so",
"librviz_viewer.so",
"libimu_validator.so" // Added
],
```


## Config path addressing

Expand Down

0 comments on commit 948e5ee

Please sign in to comment.