Skip to content

Commit

Permalink
add change zenoh config, dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
knorrrr committed Nov 3, 2024
1 parent adc23da commit baf240c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/finals/operation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Then execute `./connect_zenoh.bash <vehicle_number>` to restart

A. The config file `./vehicle/zenoh.json5` is set for stable communication, default 10Hz.
If needed, you can adjust the publishing frequency by modifying `pub_max_frequencies: ["/*=10"]`.
- After modifying `./vehicle/zenoh.json5`, please run `./docker_build.sh` dev to apply the configuration changes.

### Q. ROS Topics delayed or missing on local PC

Expand Down
1 change: 1 addition & 0 deletions docs/finals/operation.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ Zenohが起動しているターミナルでCTRL+Cを押下し、Zenohを停止
A. 通信の安定化のために`./vehicle/zenoh.json5`のconfigファイルを設定しており、デフォルト10Hzとなっています。

必要であれば`pub_max_frequencies: ["/*=10"],`を変更することで配信周期を上げることができます。
- `./vehicle/zenoh.json5`の変更後は設定反映のために`./docker_build.sh dev`をお願いします。

### Q. 手元PCでROS Topicが遅れる・来ない

Expand Down

0 comments on commit baf240c

Please sign in to comment.