I can not type.

This commit is contained in:
James Pace 2026-09-03 05:00:38 -04:00
parent 66b2b344ac
commit 7f8b4af286
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ def generate_launch_description():
def setup_router_env():
# In theory you can use this to set up the environment on the router
# in a unique way.
# I tried something like wat you see below at one point, though
# I tried something like what you see below at one point, though
# it didn't pan out.
# I'm just goint to leave it as an example here.
# I'm just going to leave it as an example here.
#zenoh_runtime_settings = "( rx: (worker_threads: 2), acc: (worker_threads: 2), tx: (worker_threads: 2), app: (worker_threads: 2) )"
#env = {"ZENOH_RUNTIME": zenoh_runtime_settings}
env = None