Skip to content

Commit 3d62217

Browse files
committed
fix termsg
Signed-off-by: Koichi Imai <koichi.imai.2@tier4.jp>
1 parent ec6e3bd commit 3d62217

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/environment-setup/scripts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Neither script requires `agnocast.ko` to be loaded or `libagnocast_heaphook.so`
1010

1111
| Script | Purpose |
1212
|---|---|
13-
| `dds_config.bash` | Apply Cyclone DDS runtime settings (`net.core.rmem_max`, loopback multicast) required for Agnocast over Cyclone DDS. Guarded by `/tmp/cycloneDDS_configured` so it runs only once per boot. |
14-
| `setup_thread_configurator.bash` | Grant `CAP_SYS_NICE` to `thread_configurator_node` and register library paths in `/etc/ld.so.conf.d/agnocast-cie.conf`. Automates the manual steps described in [Callback Isolated Executor → Integration Guide, Step 2](../callback-isolated-executor/integration-guide.md#step-2-set-up-the-thread-configurator). |
13+
| `dds_config.bash` | Apply CycloneDDS runtime settings (`net.core.rmem_max`, loopback multicast) required for Agnocast over CycloneDDS. Guarded by `/tmp/cycloneDDS_configured` so it runs only once per boot. |
14+
| `setup_thread_configurator.bash` | Grant `CAP_SYS_NICE` to `thread_configurator_node` and register library paths in `/etc/ld.so.conf.d/agnocast-cie.conf`. Automates the manual steps described in [CallbackIsolatedExecutor → Integration Guide, Step 2](../callback-isolated-executor/integration-guide.md#step-2-set-up-the-thread-configurator). |
1515

1616
## Sample application launchers
1717

@@ -23,8 +23,8 @@ Each `sample_application/run_*.bash` script is a thin wrapper that runs `source
2323
|---|---|
2424
| `run_talker.bash` | `talker.launch.xml` |
2525
| `run_listener.bash` | `listener.launch.xml` |
26-
| `run_cie_talker.bash` | `cie_talker.launch.xml` (Callback Isolated Executor) |
27-
| `run_cie_listener.bash` | `cie_listener.launch.xml` (Callback Isolated Executor) |
26+
| `run_cie_talker.bash` | `cie_talker.launch.xml` (`CallbackIsolatedAgnocastExecutor`) |
27+
| `run_cie_listener.bash` | `cie_listener.launch.xml` (`CallbackIsolatedAgnocastExecutor`) |
2828
| `run_client.bash` | `client.launch.xml` (service client) |
2929
| `run_server.bash` | `server.launch.xml` (service server) |
3030

0 commit comments

Comments
 (0)