You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/quick-start.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Pre-built artifacts are available on the [Releases page](https://github.com/Zett
9
9
10
10
| Artifact | Use case | Install |
11
11
|---|---|---|
12
-
|`hiroz-console` binary | Monitor any ROS 2 / hiroz system |[Console docs](../tools/console.md#installation)|
12
+
|`hu` binary | Monitor and introspect any ROS 2 / hiroz system |Forthcoming — not yet a release artifact; [build from source](../tools/hu.md#installation)|
|`libhiroz` Go library | Go pub/sub & services |[Go quick start](../bindings/go-quick-start.md)|
15
15
@@ -50,7 +50,7 @@ The router is a lightweight process that lets nodes find each other — think of
50
50
**Terminal 1 — Start the Router:**
51
51
52
52
```bash
53
-
cargo run --example zenoh_router
53
+
hu router
54
54
```
55
55
56
56
### Run the Pub/Sub Example
@@ -91,7 +91,7 @@ Ready to build your own hiroz application? Follow these steps to create a new pr
91
91
92
92
### 1. Install the Zenoh Router
93
93
94
-
Since you won't have access to the `zenoh_router` example outside the hiroz repository, you'll need to install a Zenoh router. Here are the quickest options:
94
+
Outside the hiroz repository you'll need a Zenoh router — either the standalone `hu router` command (if you have the `hu` tool installed) or one of the quickest options below:
0 commit comments