dora-rs / dora

DORA (Dataflow-Oriented Robotic Application) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.36k stars 69 forks source link

Fix meter conflict #461

Closed haixuanTao closed 3 months ago

haixuanTao commented 3 months ago

Fix naming issue within Opentelemetry SDK.

This fix enables people to install dora using cargo without locking dependencies.

I also added a quick help in the README for people facing issue by resolving it using --locked.