Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| node-c-api | 2 years ago | |
| node-rust-api | 2 years ago | |
| operator-c-api | 2 years ago | |
| operator-rust-api | 2 years ago | |
| .gitignore | 2 years ago | |
| CMakeLists.txt | 2 years ago | |
| DoraTargets.cmake | 1 year ago | |
| README.md | 1 year ago | |
| dataflow.yml | 1 year ago | |
| run.rs | 5 months ago | |
This example shows how to create dora operators and custom nodes in CMake build system.
See also c++-example for the implementation details of operator and node.
To try it out, you can use the run.rs binary. It performs all required build steps and then starts the dataflow. Use the following command to run it: cargo run --example cmake-dataflow.
This example also can be ran in a separate root directory.
cd <path-to-cmake-dataflow>
mkdir build
cd build && cmake ..
make install
cd ..
dora up
dora start dataflow.yml
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other