Go to file
James Pace 825a02f4b4 Add README. 2026-07-24 17:33:23 -04:00
include/j7s_zenoh_bridge Add router node. 2026-07-23 13:15:00 -04:00
launch Add router node. 2026-07-23 13:15:00 -04:00
params Add router node. 2026-07-23 13:15:00 -04:00
src Add router node. 2026-07-23 13:15:00 -04:00
.clang-format Init commit. 2026-07-21 23:10:23 -04:00
CMakeLists.txt Add router node. 2026-07-23 13:15:00 -04:00
LICENSE Add LICENSE. 2026-07-22 21:42:30 -04:00
README.md Add README. 2026-07-24 17:33:23 -04:00
package.xml Init commit. 2026-07-21 23:10:23 -04:00

README.md

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