Skip to content

Commit

Permalink
increase --spin-time from 3 to 4 seconds based on CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed May 8, 2024
1 parent 2283fe0 commit 333f630
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions SROS2_Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,21 @@ Then use the CLI with `--no-daemon` and `--spin-time`:
> Avoid using `ros2 daemon` since it may not have security enclaves, and enough time duration should be given for the discovery in secured network.
```bash
ros2 node list --no-daemon --spin-time 3
ros2 node list --no-daemon --spin-time 4
```
```
/talker
```
```bash
ros2 topic list --no-daemon --spin-time 3
ros2 topic list --no-daemon --spin-time 4
```
```
/chatter
/parameter_events
/rosout
```
```bash
ros2 topic echo /chatter --spin-time 3
ros2 topic echo /chatter --spin-time 4
```
```
[INFO] [1714897092.882384995] [rcl]: Found security directory: /root/sros2_demo/demo_keystore/enclaves/talker_listener/listener
Expand Down
6 changes: 3 additions & 3 deletions SROS2_MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,21 +136,21 @@ Then use the CLI with `--no-daemon` and `--spin-time`:
> Avoid using `ros2 daemon` since it may not have security enclaves, and enough time duration should be given for the discovery in secured network.
```bash
ros2 node list --no-daemon --spin-time 3
ros2 node list --no-daemon --spin-time 4
```
```
/talker
```
```bash
ros2 topic list --no-daemon --spin-time 3
ros2 topic list --no-daemon --spin-time 4
```
```
/chatter
/parameter_events
/rosout
```
```bash
ros2 topic echo /chatter --spin-time 3
ros2 topic echo /chatter --spin-time 4
```
```
[INFO] [1714897092.882384995] [rcl]: Found security directory: /root/sros2_demo/demo_keystore/enclaves/talker_listener/listener
Expand Down
6 changes: 3 additions & 3 deletions SROS2_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,21 @@ Then use the CLI with `--no-daemon` and `--spin-time`:
> Avoid using `ros2 daemon` since it may not have security enclaves, and enough time duration should be given for the discovery in secured network.
```bat
ros2 node list --no-daemon --spin-time 3
ros2 node list --no-daemon --spin-time 4
```
```
/talker
```
```bat
ros2 topic list --no-daemon --spin-time 3
ros2 topic list --no-daemon --spin-time 4
```
```
/chatter
/parameter_events
/rosout
```
```bat
ros2 topic echo /chatter --spin-time 3
ros2 topic echo /chatter --spin-time 4
```
```
[INFO] [1714897092.882384995] [rcl]: Found security directory: /root/sros2_demo/demo_keystore/enclaves/talker_listener/listener
Expand Down

0 comments on commit 333f630

Please sign in to comment.