You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 568 B

1234567891011121314151617181920
  1. [package]
  2. name = "dora-ros2-bridge-python"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. dora-ros2-bridge = { path = "..", default-features = false }
  7. dora-ros2-bridge-msg-gen = { path = "../msg-gen" }
  8. pyo3 = { version = "0.19", features = ["eyre", "abi3-py37", "serde"] }
  9. eyre = "0.6"
  10. serde = "1.0.166"
  11. flume = "0.10.14"
  12. arrow = { version = "45.0.0", features = ["pyarrow"] }
  13. dora-node-api-python = { git = "https://github.com/dora-rs/dora.git", branch = "python-ros2-bridge-example" }
  14. futures = "0.3.28"
  15. [lib]
  16. name = "dora_ros2_bridge"
  17. crate-type = ["cdylib"]

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