Add README.
This commit is contained in:
parent
9c30904008
commit
825a02f4b4
|
|
@ -0,0 +1,13 @@
|
||||||
|
# j7s zenoh bridge
|
||||||
|
|
||||||
|
Bridge ROS2 together using Zenoh in between.
|
||||||
|
|
||||||
|
|
||||||
|
## Additional Deps
|
||||||
|
|
||||||
|
```
|
||||||
|
RUN curl -L https://download.eclipse.org/zenoh/debian-repo/zenoh-public-key | sudo gpg --dearmor --yes --output /etc/apt/keyrings/zenoh-public-key.gpg && \
|
||||||
|
echo "deb [signed-by=/etc/apt/keyrings/zenoh-public-key.gpg] https://download.eclipse.org/zenoh/debian-repo/ /" | sudo tee -a /etc/apt/sources.list > /dev/null && \
|
||||||
|
sudo apt update && \
|
||||||
|
sudo apt install -y libzenohcpp-dev libzenohc-dev
|
||||||
|
``
|
||||||
Loading…
Reference in New Issue