docs(nav): 阅读路径导航 + 数字统一

This commit is contained in:
xs
2026-08-04 16:10:27 +08:00
parent 549d6b337e
commit 6338f3d36a
95 changed files with 3838 additions and 1260 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def test_service_inproc_roundtrip(ros_context):
req.a = 7
req.b = 35
future = client.client.call_async(req)
future = client._client.call_async(req)
end = time.time() + 3.0
while not future.done() and time.time() < end:
exec_.spin_once(timeout_sec=0.05)