Skip to content

Commit 66c0e8e

Browse files
Update _docs/concepts/client_library/real-time_executor/index.md
Co-Authored-By: Ralph Lange <ralph-lange@users.noreply.github.com>
1 parent 75b94db commit 66c0e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • _docs/concepts/client_library/real-time_executor

_docs/concepts/client_library/real-time_executor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The API of the RCLC-Executor can be divided in two phases: Configuration and Run
261261
During the configuration phase, the user shall define:
262262
- the total number of callbacks
263263
- the sequence of the callbacks
264-
- trigger contition (optional, default: ANY)
264+
- trigger condition (optional, default: ANY)
265265
- data communcation semantics (optional, default ROS2)
266266

267267
As the Executor is intended for embedded controllers, dynamic memory management is crucial. Therefore at initialization of the RCLC-Executor, the user defines the total number of callbacks. The necessary dynamic memory will be allocated only in this phase and no more memory in the running phase. This makes this Executor static in the sense, that during runtime no additional callbacks can be added.

0 commit comments

Comments
 (0)