Skip to content

Commit

Permalink
Update docs/how_to_run.md for middleware-configuration related section
Browse files Browse the repository at this point in the history
Co-authored-by: Henning Kayser <[email protected]>
  • Loading branch information
CihatAltiparmak and henningkayser authored Aug 5, 2024
1 parent 6eb6b96 commit 3f44a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how_to_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Let's explain all operations at `run_all_benchmarks.sh`.
-i ./src/moveit_middleware_benchmark/middleware_configurations/rmw_cyclonedds/config.sh
```

This argument is for selecting the initial scripts to be run. In this repository, These initial scripts is used for configuring middleware so that middleware is used more effectively. For example, you can use the initial script to configure TCP settings for rmw_zenoh like below.
This argument is for selecting the initial scripts to be run. These initial scripts are used for configuring middleware-specific settings for improved performance. For example, you can use the initial script to configure TCP settings for rmw_zenoh like below.

```shell
echo "The configurations for rmw_zenoh_cpp is started!"
Expand Down

0 comments on commit 3f44a1a

Please sign in to comment.