Add README.

This commit is contained in:
James Pace 2026-07-24 17:33:23 -04:00
parent 9c30904008
commit 825a02f4b4
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -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
``