Skip to content

Commit 3f505e6

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

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
@@ -684,7 +684,7 @@ int main(int argc, const char * argv[])
684684
}
685685
```
686686
687-
First rcl is initialized with the `rclc_support_init` using the default `allocator`. The rclc-support objects are saved in `support`. Next, a node `my_node`with the name `node_0`and namespace `executor_examples`is created with:
687+
First rcl is initialized with the `rclc_support_init` using the default `allocator`. The rclc-support objects are saved in `support`. Next, a node `my_node` with the name `node_0` and namespace `executor_examples` is created with:
688688
```C
689689
// create rcl_node
690690
rcl_node_t my_node = rcl_get_zero_initialized_node();

0 commit comments

Comments
 (0)