Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update lab3
authored
Oct 17, 2024
by
Tommy Persson
Show whitespace changes
Inline
Side-by-side
lab3.md
View page @
dab31e24
...
...
@@ -613,7 +613,7 @@ Create a reentrant group:
```
python
group
=
ReentrantCallbackGroup
()
group
=
rclpy
.
callback_groups
.
ReentrantCallbackGroup
()
```
And when creating a service use:
...
...