Skip to content

Commit e407097

Browse files
jayhouralph-lange
authored andcommitted
Update index.md
times -> timers
1 parent 3db2f28 commit e407097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/tutorials/core/programming_rcl_rclc

_docs/tutorials/core/programming_rcl_rclc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Now, all preliminary steps are done, and you can define and initialized the rclc
357357
rclc_executor_t executor;
358358
executor = rclc_executor_get_zero_initialized_executor();
359359
```
360-
In the next step, executor is initialized with the ROS 2 `context`, the number of communication objects `num_handles` and an `allocator`. The number of communication objects defines the total number of times and subscriptions, the executor shall manage. In this example, the executor will be setup with one timer and one subscription.
360+
In the next step, executor is initialized with the ROS 2 `context`, the number of communication objects `num_handles` and an `allocator`. The number of communication objects defines the total number of timers and subscriptions, the executor shall manage. In this example, the executor will be setup with one timer and one subscription.
361361

362362
```C
363363
// total number of handles = #subscriptions + #timers

0 commit comments

Comments
 (0)