Skip to content

Commit

Permalink
Align Rust with Reliability exported in zenoh::qos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Sep 19, 2024
1 parent d3ca8e7 commit 92bedf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use std::{
use zenoh::{
internal::buffers::ZBuf,
key_expr::OwnedKeyExpr,
pubsub::Reliability,
qos::{CongestionControl, Priority},
qos::{CongestionControl, Priority, Reliability},
sample::Locality,
Session,
};
Expand Down
3 changes: 1 addition & 2 deletions zenoh-plugin-ros1/src/ros_to_zenoh_bridge/zenoh_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ use std::fmt::Display;
use tracing::debug;
use zenoh::{
key_expr::KeyExpr,
pubsub::Reliability,
qos::CongestionControl,
qos::{CongestionControl, Reliability},
query::Selector,
sample::{Locality, Sample},
Result as ZResult, Session,
Expand Down

0 comments on commit 92bedf1

Please sign in to comment.