Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaheux authored Dec 5, 2023
1 parent e312b66 commit 7ab6381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ This node applies priority arbitration to topics.
- `topics`: The topic descriptions containing the topic name (string), priority (int, lower means higher priority) and timeout_s value (double).
- `latch` (bool): Indicates if the output topic is latched.

#### Subscribed Topics
#### Published Topics

- `out` (Any): The output topic.

### `on_off_hbba_filter_node`

This node applies an on/off filter on a topic.

#### Subscribed Topics
#### Topics

- `in` (Any): The input topic.
- `out` (Any): The filtered topic.
Expand All @@ -178,7 +178,7 @@ This node applies an on/off filter on a topic.

This node applies a throttling filter on a topic.

#### Subscribed Topics
#### Topics

- `in` (Any): The input topic.
- `out` (Any): The filtered topic.
Expand Down

0 comments on commit 7ab6381

Please sign in to comment.