Skip to content

Commit

Permalink
Merge pull request #2 from ohsawa1204/doc-update-readme
Browse files Browse the repository at this point in the history
docs(README.md): minor fixes
  • Loading branch information
takam5f2 authored May 10, 2024
2 parents 1205e20 + 5c32941 commit ad0735f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Below is the list of listener nodes included in the `waitset_examples` package.
- `timer_listener_single`
- behavior
- It has a cyclic timer to execute a callback function in which a `/chatter` message is obtained from Subscription Queue after arrival of a message is checked with `rlcpp::WaitSet`
- It print the obtained message by `RCLCPP_INFO`
- It prints the obtained message by `RCLCPP_INFO`
- option
- `update_frequency` (float)
- specify timer frequency
Expand All @@ -283,7 +283,7 @@ Below is the list of listener nodes included in the `waitset_examples` package.
- `timer_listener_single_wait_some_period`
- behavior
- It has a cyclic timer to execute a callback function in which a `/chatter` message is obtained from Subscription Queue after arrival of a message is checked with `rlcpp::WaitSet`
- Duration for timeout is given as the given as the argument of `wait`
- Duration for timeout is given as the argument of `wait`
- It prints out string data in a incoming message if it receives the message by the duration
- Otherwise it prints out that timeout occurs during waiting a message
- option
Expand Down

0 comments on commit ad0735f

Please sign in to comment.