Crates.io | roslibrust_zenoh |
lib.rs | roslibrust_zenoh |
version | |
source | src |
created_at | 2025-01-07 21:13:20.312589 |
updated_at | 2025-01-08 20:00:57.323448 |
description | A zenoh backend for roslibrust compatible with zenoh-ros1-plugin / zenoh-ros1-bridge. |
homepage | |
repository | https://github.com/roslibrust/roslibrust |
max_upload_size | |
id | 1507702 |
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` |
size | 0 |
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.