Skip to content

Commit 95ac60a

Browse files
YuanYuYuanmergify[bot]
authored andcommitted
fix: update description to replace zenoh-c with zenoh-cpp (#360)
(cherry picked from commit 5dedebc)
1 parent 52c681a commit 95ac60a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![build](https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml/badge.svg)](https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml)
44
[![style](https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml/badge.svg)](https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml)
55

6-
A ROS 2 RMW implementation based on Zenoh that is written using the zenoh-c bindings.
6+
A ROS 2 RMW implementation based on Zenoh that is written using the zenoh-cpp bindings.
77

88
## Design
99

@@ -18,7 +18,7 @@ For information about the Design please visit [design](docs/design.md) page.
1818

1919
Build `rmw_zenoh_cpp`
2020

21-
>Note: By default, we vendor and compile `zenoh-c` with a subset of `zenoh` features.
21+
>Note: By default, we vendor and compile `zenoh-cpp` with a subset of `zenoh` features.
2222
The `ZENOHC_CARGO_FLAGS` CMake argument may be overwritten with other features included if required.
2323
See [zenoh_cpp_vendor/CMakeLists.txt](./zenoh_cpp_vendor/CMakeLists.txt) for more details.
2424

rmw_zenoh_cpp/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>rmw_zenoh_cpp</name>
55
<version>0.0.1</version>
6-
<description>A ROS 2 middleware implementation using zenoh-c</description>
6+
<description>A ROS 2 middleware implementation using zenoh-cpp</description>
77
<maintainer email="[email protected]">Yadunund</maintainer>
88

99
<license>Apache License 2.0</license>

zenoh_cpp_vendor/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>zenoh_cpp_vendor</name>
55
<version>0.0.1</version>
6-
<description>Vendor pkg to install zenoh-c</description>
6+
<description>Vendor pkg to install zenoh-cpp</description>
77
<maintainer email="[email protected]">Yadunund</maintainer>
88
<license>Apache License 2.0</license>
99

0 commit comments

Comments
 (0)