Commit 5dedebc 1 parent e34e3fa commit 5dedebc Copy full SHA for 5dedebc
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ build] ( https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml/badge.svg )] ( https://github.com/ros2/rmw_zenoh/actions/workflows/build.yaml )
4
4
[ ![ style] ( https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml/badge.svg )] ( https://github.com/ros2/rmw_zenoh/actions/workflows/style.yaml )
5
5
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.
7
7
8
8
## Design
9
9
@@ -18,7 +18,7 @@ For information about the Design please visit [design](docs/design.md) page.
18
18
19
19
Build ` rmw_zenoh_cpp `
20
20
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.
22
22
The ` ZENOHC_CARGO_FLAGS ` CMake argument may be overwritten with other features included if required.
23
23
See [ zenoh_cpp_vendor/CMakeLists.txt] ( ./zenoh_cpp_vendor/CMakeLists.txt ) for more details.
24
24
Original file line number Diff line number Diff line change 3
3
<package format =" 3" >
4
4
<name >rmw_zenoh_cpp</name >
5
5
<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 >
7
7
<
maintainer email =
" [email protected] " >Yadunund</
maintainer >
8
8
9
9
<license >Apache License 2.0</license >
Original file line number Diff line number Diff line change 3
3
<package format =" 3" >
4
4
<name >zenoh_cpp_vendor</name >
5
5
<version >0.0.1</version >
6
- <description >Vendor pkg to install zenoh-c </description >
6
+ <description >Vendor pkg to install zenoh-cpp </description >
7
7
<
maintainer email =
" [email protected] " >Yadunund</
maintainer >
8
8
<license >Apache License 2.0</license >
9
9
You can’t perform that action at this time.
0 commit comments