Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: change README for error handling (#33)
Browse files Browse the repository at this point in the history
yusuke-y819 authored Oct 7, 2024
1 parent 8dbbfac commit 6c006a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -15,3 +15,13 @@ Toward the competition, we will update the following pages to provide informatio

- [日本語ページ](https://automotiveaichallenge.github.io/aichallenge-documentation-2024/)
- [English Page](https://automotiveaichallenge.github.io/aichallenge-documentation-2024/en/)

## エラー対処
```bash
ros2: failed to increase socket receive buffer size to at least 10485760 bytes, current is 425984 bytes
[ERROR] [1728286982.310247407] [rmw_cyclonedds_cpp]: rmw_create_node: failed to create domain, error Error
```
```bash
sudo sysctl -w net.core.rmem_max=10485760
sudo sysctl -w net.core.rmem_default=10485760
```

0 comments on commit 6c006a6

Please sign in to comment.