Skip to content

Commit

Permalink
fix spelling in zenoh.json5
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Oct 9, 2024
1 parent 0552064 commit abc6412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vehicle/zenoh.json5
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
//// - "integer" is a priority value in the range [1-7]. Highest priority is 1, lowest is 7 and default is 5.
//// (see Zenoh Priority definition here: https://docs.rs/zenoh/latest/zenoh/publication/enum.Priority.html)
//// - ":express" is an option to indicate that the Zenoh express policy must be used for those publications.
//// The express policy makes Zenoh to to send the message immediatly, not waiting for possible further messages
//// The express policy makes Zenoh to to send the message immediately, not waiting for possible further messages
//// to create a bigger batch of messages. This usually has a positive impact on latency for the topic
//// but a negative impact on the general throughput, as more overhead is used for those topics.
pub_priorities: ["/joy=1:express"],
Expand All @@ -96,7 +96,7 @@
//// routed to zenoh using the CongestionControl::Block option.
//// Meaning the routing will be blocked in case of network congestion,
//// blocking the DDS Reader and the RELIABLE DDS Writer in return.
//// When false (or for BERST_EFFORT DDS Writers), CongestionControl::Drop
//// When false (or for BEST_EFFORT DDS Writers), CongestionControl::Drop
//// is used, meaning the route might drop some data in case of congestion.
////
// reliable_routes_blocking: true,
Expand Down Expand Up @@ -195,7 +195,7 @@
//},

////
//// Configure the scouting mechanisms and their behaviours
//// Configure the scouting mechanisms and their behaviors
////
//scouting: {
// /// The UDP multicast scouting configuration.
Expand Down

0 comments on commit abc6412

Please sign in to comment.