Browse Source

fix documentation

tags/v0.0.0-test.4
haixuanTao 3 years ago
parent
commit
1bf59f67d6
3 changed files with 6 additions and 4 deletions
  1. +2
    -0
      docs/src/communication-layer.md
  2. +4
    -4
      docs/src/introduction.md
  3. +0
    -0
      docs/src/library-vs-framework.md

+ 2
- 0
docs/src/communication-layer.md View File

@@ -28,3 +28,5 @@ MLA also needs to provide high level APIs:
- get(key, optional fields) -> value
- send(key, msg, optional fields)
- recv(key, optional fields)->value

More info here: https://github.com/dora-rs/dora/discussions/53

+ 4
- 4
docs/src/introduction.md View File

@@ -8,15 +8,15 @@ By using `dora`, you can define robotic applications as a graph of nodes that ca

Composability as:
- [x] `YAML` declarative programming
- [ ] language-agnostic:
- [x] language-agnostic:
- [x] Rust
- [x] C
- [ ] Python
- [ ] Isolated operator and node that can be reused.
- [x] Python
- [ ] Isolated operators and nodes that can be reused.

Low latency as:
- [x] written in <i>...Cough...blazingly fast ...Cough...</i> Rust.
- [ ] Minimal abstraction close to the metal.
- [ ] Minimal abstraction, close to the metal.

Distributed as:
- [x] PubSub communication with [`zenoh`](https://github.com/eclipse-zenoh/zenoh)


docs/src/rust-client.md → docs/src/library-vs-framework.md View File


Loading…
Cancel
Save