Skip to content

Commit

Permalink
add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
knorrrr committed Oct 31, 2024
1 parent 32b2057 commit cf6262b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/finals/index.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@

[シティサーキット東京ベイ](https://city-circuit.com/)
<iframe width="704" height="396" src="https://www.youtube.com/embed/GsuCUoNrMDM?si=zoh1mL_U0yRnB2fj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## [Next: 車両の動かし方](./operation.ja.md)
5 changes: 3 additions & 2 deletions docs/finals/operation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ A. 通信の安定化のために`./vehicle/zenoh.json5`のconfigファイルを
### Q. 手元PCでROS Topicが遅れる・来ない
A. 通信状況によりTopicが遅れたり・ロスすることがあります。

手元PCで表示するTopic数を減らしたりしてみてください。また配信周期の調整も一手です。
- 手元PCで表示するTopic数を減らしたりしてみてください。また配信周期の調整も一手です。

`./vehicle/zenoh.json5`のconfigファイル内 `pub_priorities: ["/racing_kart/joy=1:express"],`でTopicの優先度を設定することも可能です
- `./vehicle/zenoh.json5`のconfigファイル内 `pub_priorities: ["/racing_kart/joy=1:express"],`でTopicの優先度を設定することも可能です

- `./remote/network_setting.bash`の実行も試してみてください。
### Q. aichallenge-2024コンテナに入れているかわからない

A. 簡易的ですがそのターミナル内でdockerコマンドを実行し`bash: docker: command not found`と出ればDocker内に入れています。

0 comments on commit cf6262b

Please sign in to comment.