mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 07:00:35 +08:00
docs: Zenoh middleware guide (#25737)
This commit is contained in:
committed by
GitHub
parent
104759b90c
commit
faee1da630
@@ -19,7 +19,7 @@ if MODULES_ZENOH
|
||||
config ZENOH_DEFAULT_LOCATOR
|
||||
string "Zenoh default mode"
|
||||
default "tcp/127.0.0.1:7447" if PLATFORM_POSIX
|
||||
default "" if !PLATFORM_POSIX
|
||||
default "tcp/10.41.10.1:7447#iface=eth0" if !PLATFORM_POSIX
|
||||
|
||||
config ZENOH_RMW_LIVELINESS
|
||||
bool "[EXPERIMENTAL] rmw_zenoh liveliness implemenation"
|
||||
|
||||
@@ -6,9 +6,12 @@ parameters:
|
||||
|
||||
ZENOH_ENABLE:
|
||||
description:
|
||||
short: Zenoh Enable
|
||||
long: Zenoh
|
||||
short: Enable Zenoh
|
||||
long: |
|
||||
Set true (1) to start the Zenoh driver module (a.k.a the "Zenoh-Pico Node").
|
||||
See https://docs.px4.io/main/en/middleware/zenoh and
|
||||
https://docs.px4.io/main/en/modules/modules_driver.html#zenoh
|
||||
category: System
|
||||
type: int32
|
||||
type: boolean
|
||||
reboot_required: true
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user