Skip to content

Commit 7db20e6

Browse files
Update _docs/tutorials/core/programming_rcl_rclc/index.md
Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent c77849f commit 7db20e6

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
@@ -856,7 +856,7 @@ if (rc != RCL_RET_OK) {
856856
}
857857
```
858858

859-
The trigger condition of the executor, which publishes messages, shall execute when any timer is readdy. This can be configured with the function `rclc_executor_set_trigger` and the parameter `rclc_executor_trigger_any`.
859+
The trigger condition of the executor, which publishes messages, shall execute when any timer is ready. This can be configured with the function `rclc_executor_set_trigger` and the parameter `rclc_executor_trigger_any`.
860860
While the executor for the subscriptions shall only execute if both messages have arrived. Therefore the trigger parameter `rclc_executor_trigger_any` can be used:
861861
```C
862862
rc = rclc_executor_set_trigger(&executor_pub, rclc_executor_trigger_any, NULL);

0 commit comments

Comments
 (0)