Skip to content

Commit 411f505

Browse files
committed
Address comments
1 parent 4f21988 commit 411f505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use RxJS Observables for reactive programming with ROS 2 subscriptions. Apply op
4444

4545
#### [rclnodejs/web — Browser SDK guide](../web/README.md)
4646

47-
Front-end developer guide to talking to ROS 2 from a web app using `rclnodejs/web` and the bundled `rclnodejs-web` CLI. Covers the `connect()` URL forms (WebSocket vs. HTTP vs. split endpoints), the typed verb API (`call` / `publish` / `subscribe`) with single-string-generic typing derived from generated `MessagesMap` / `ServicesMap`, the `"42n"` BigInt convention, structured error codes, and curl recipes.
47+
Front-end developer guide to talking to ROS 2 from a web app using `rclnodejs/web` and the bundled `rclnodejs-web` CLI. Covers the `connect()` URL forms (WebSocket vs. HTTP vs. split endpoints), the typed verb API (`call` / `publish` / `subscribe`) — one ROS 2 type name gives you a fully typed request, response, or message — the `"42n"` BigInt convention for 64-bit integers, structured error codes, and curl recipes.
4848

4949
### 🔍 Introspection & Debugging
5050

0 commit comments

Comments
 (0)