... | @@ -613,7 +613,7 @@ Create a reentrant group: |
... | @@ -613,7 +613,7 @@ Create a reentrant group: |
|
|
|
|
|
|
|
|
|
```python
|
|
```python
|
|
group = ReentrantCallbackGroup()
|
|
group = rclpy.callback_groups.ReentrantCallbackGroup()
|
|
```
|
|
```
|
|
|
|
|
|
And when creating a service use:
|
|
And when creating a service use:
|
... | | ... | |