diff --git a/README.md b/README.md index 0c63f66a..9e56025a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![build](https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml/badge.svg)](https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml) [![style](https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml/badge.svg)](https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml) -A ROS 2 RMW implementation based on Zenoh that is written using the zenoh-c bindings. +A ROS 2 RMW implementation based on Zenoh that is written using the zenoh-cpp bindings. ## Design @@ -17,7 +17,7 @@ For information about the Design please visit [design](docs/design.md) page. Build `rmw_zenoh_cpp` ->Note: By default, we vendor and compile `zenoh-c` with a subset of `zenoh` features. +>Note: By default, we vendor and compile `zenoh-cpp` with a subset of `zenoh` features. The `ZENOHC_CARGO_FLAGS` CMake argument may be overwritten with other features included if required. See [zenoh_cpp_vendor/CMakeLists.txt](./zenoh_cpp_vendor/CMakeLists.txt) for more details. diff --git a/rmw_zenoh_cpp/package.xml b/rmw_zenoh_cpp/package.xml index 9376b716..f7dbe414 100644 --- a/rmw_zenoh_cpp/package.xml +++ b/rmw_zenoh_cpp/package.xml @@ -3,7 +3,7 @@ rmw_zenoh_cpp 0.0.1 - A ROS 2 middleware implementation using zenoh-c + A ROS 2 middleware implementation using zenoh-cpp Yadunund Apache License 2.0 diff --git a/zenoh_cpp_vendor/package.xml b/zenoh_cpp_vendor/package.xml index eb2c8c20..c557274e 100644 --- a/zenoh_cpp_vendor/package.xml +++ b/zenoh_cpp_vendor/package.xml @@ -3,7 +3,7 @@ zenoh_cpp_vendor 0.0.1 - Vendor pkg to install zenoh-c + Vendor pkg to install zenoh-cpp Yadunund Apache License 2.0