-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README file after repo migration
Signed-off-by: Franco Cipollone <[email protected]> Signed-off-by: Franco Cipollone <[email protected]>
- Loading branch information
1 parent
81d0361
commit c3ec0d0
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# rmw_alternative | ||
# rmw_zenoh | ||
|
||
![](https://github.com/yadunund/rmw_alternative/workflows/build/badge.svg) | ||
![](https://github.com/yadunund/rmw_alternative/workflows/style/badge.svg) | ||
[![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. | ||
|
||
|
@@ -31,9 +31,9 @@ sudo apt update && sudo apt install zenoh -y | |
Build `rmw_zenoh_cpp` | ||
|
||
```bash | ||
mkdir ~/ws_rmw_alternative/src -p && cd ~/ws_rmw_alternative/src | ||
git clone [email protected]:yadunund/rmw_alternative | ||
cd ~/ws_rmw_alternative | ||
mkdir ~/ws_rmw_zenoh/src -p && cd ~/ws_rmw_zenoh/src | ||
git clone [email protected]:ros2/rmw_zenoh.git | ||
cd ~/ws_rmw_zenoh | ||
source /opt/ros/<DISTRO>/setup.bash # replace <DISTRO> with ROS 2 distro of choice | ||
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release | ||
|
||
|
@@ -43,7 +43,7 @@ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release | |
|
||
Source workspace | ||
```bash | ||
cd ~/ws_rmw_alternative | ||
cd ~/ws_rmw_zenoh | ||
source install/setup.bash | ||
``` | ||
|
||
|