mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
modify default discovery_interval to 15s
This commit is contained in:
@@ -52,7 +52,7 @@ def main(
|
||||
visual: str = "disable",
|
||||
resources_mesh_config: dict = {},
|
||||
rclpy_init_args: List[str] = ["--log-level", "debug"],
|
||||
discovery_interval: float = 5.0,
|
||||
discovery_interval: float = 15.0,
|
||||
) -> None:
|
||||
"""主函数"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user