roslibrust_zenoh

Crates.ioroslibrust_zenoh
lib.rsroslibrust_zenoh
version
sourcesrc
created_at2025-01-07 21:13:20.312589
updated_at2025-01-08 20:00:57.323448
descriptionA zenoh backend for roslibrust compatible with zenoh-ros1-plugin / zenoh-ros1-bridge.
homepage
repositoryhttps://github.com/roslibrust/roslibrust
max_upload_size
id1507702
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Carter (Carter12s)

documentation

README

RosLibRust Zenoh

This crate provides a Zenoh client that is compatible with the zenoh-ros1-plugin / zenoh-ros1-bridge.

The plugin / bridge performs "topic mangling" that makes it challenging to directly subscribe to the bridged topics from zenoh.

The goal of this crate is to provide an effective intermediary between ros1 and zenoh, and eventually unify this behind the single TopicProvider trait.

Commit count: 747

cargo fmt