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 501 B

123456789101112131415161718192021
  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. serde_yaml = "0.8.23"
  12. flume = "0.10.14"
  13. arrow = { version = "45.0.0", features = ["pyarrow"] }
  14. pythonize = "0.19.0"
  15. futures = "0.3.28"
  16. [lib]
  17. name = "dora_ros2_bridge"
  18. 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