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

Use forward slash as it is default way of defining ros2 topic #419

Closed haixuanTao closed 5 months ago

haixuanTao commented 5 months ago

As we are introducing breaking changes with #415, I propose that we use forward slash to define topics within Python as it seems to be the default ROS2 Specification.