Philipp Oppermann
b6e7642ed4
Add API docs for rust operator API crate
3 years ago
haixuanTao
b2ebb02368
fix python api
3 years ago
haixuanTao
191cdde2ab
Remove getting started from `README.md`
3 years ago
haixuanTao
8c0b8cc558
fix `README` name
3 years ago
Philipp Oppermann
42109f8b06
Fix link formatting
3 years ago
Xavier Tao
e9f8ef69e4
Relinking doc ( #69 )
Relinking doc
3 years ago
Xavier Tao
6242b6e3a0
Add Python example ( #67 )
3 years ago
haixuanTao
79d07a81a1
add text label to plot
3 years ago
haixuanTao
e22fecc35d
fix requirements
3 years ago
haixuanTao
ff814e0a2a
Run python exemple inside of python env
3 years ago
haixuanTao
8d66e35add
Fix CI filter pattern and clippy warning
3 years ago
haixuanTao
a52bbec30b
fix CI and make CI job non-interactive
3 years ago
haixuanTao
2bfd069ae5
Fix documentation link
3 years ago
haixuanTao
fe25716fbc
adding `README` to `python-dataflow`
3 years ago
haixuanTao
b91b6db3f4
Remove legacy python example
3 years ago
haixuanTao
eb3ee9d8b7
Add python CI without webcam
3 years ago
haixuanTao
89aa70c9a6
make python example usable without webcam
3 years ago
haixuanTao
7822e87b2d
Add python installer and run script
3 years ago
haixuanTao
b1c25e19e7
Make op queue full error a warning
3 years ago
haixuanTao
fa5af35a20
adding object detection to python example
3 years ago
haixuanTao
6e034126bd
Add webcam and plot python example
3 years ago
Philipp Oppermann
b7382c91f5
Merge pull request #66 from dora-rs/c++-example
Create C++ example dataflow
3 years ago
Philipp Oppermann
d13feae0d2
Link additional libraries for c++ nodes
3 years ago
Philipp Oppermann
4e41d9ed98
Merge pull request #68 from dora-rs/update-zenoh
Update zenoh version to latest `master` commit
3 years ago
Philipp Oppermann
17f7af7e2b
Update zenoh version to latest `master` commit
3 years ago
Philipp Oppermann
958d22b3f1
Run the new C++ example on the CI
3 years ago
Philipp Oppermann
bf1d9c5980
Add a short README for the c++ dataflow example
3 years ago
Philipp Oppermann
424889d848
Add an example C++ operator based on the C API
3 years ago
Philipp Oppermann
331e521f5d
Add an example C++ operator based on the Rust API
3 years ago
Philipp Oppermann
74bfc7453c
Add a C++ node that uses the dora C API
3 years ago
Philipp Oppermann
4b383a18b8
Rename c++ example crate
3 years ago
Philipp Oppermann
09866cbb2b
Create an example C++ node based on Rust node API and `cxx` crate
3 years ago
haixuanTao
17c335f979
fix CI by adding write permission for docs
3 years ago
Philipp Oppermann
677159c991
Merge pull request #65 from dora-rs/rust-example
Create a Rust dataflow example
3 years ago
Xavier Tao
12669e191d
Redesign of the `docs` as an `mdBook` ( #61 )
3 years ago
Philipp Oppermann
596e713045
Check format of received messages in sink example
3 years ago
Philipp Oppermann
b9ce8f0e4b
Fix: remove moved examples from coordinator manifest
3 years ago
haixuanTao
b892e9f5d2
Fix `.next()` docs for python
3 years ago
Philipp Oppermann
18c0b9d536
Run the rust-dataflow example on CI
3 years ago
haixuanTao
282983a864
Docs: making `Operator` recommended way of using `dora`
This commit also add more information within the example section of the c api
and take into account the PR review of #61 .
3 years ago
Philipp Oppermann
8e21a990d0
Create a Rust dataflow example
The example shows how to use the dora node and operator APIs.
3 years ago
haixuanTao
41b40b5798
Adding method documentation and C node api
3 years ago
haixuanTao
be7c493752
fix typo in `SUMMARY.md`
3 years ago
haixuanTao
2de867fa69
Adding api documentation
3 years ago
haixuanTao
1bf59f67d6
fix documentation
3 years ago
haixuanTao
cbc49db4fe
fix github workflow
3 years ago
haixuanTao
9fe69ccd67
Redesign of the `docs` as an `mdBook`
This initial commit moves many of the documentation into a `mdBook` format version for ease of readibility.
It includes a github action workflows that publish the book on the default `gh-pages` branch to be publish on github page.
3 years ago
Philipp Oppermann
22af306f3a
Merge pull request #64 from dora-rs/less-zenoh-logging
Reduce log level for zenoh subcrates
3 years ago
Philipp Oppermann
859992d24e
Fix: set working dir using the root dir
3 years ago
Philipp Oppermann
1475af4711
Reduce log level for zenoh subcrates
Keep the warning messages for now.
3 years ago