dora-rs / dora

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 dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.5k stars 79 forks source link

Fix warning about `#pragma once` in main file #433

Closed phil-opp closed 7 months ago

phil-opp commented 7 months ago

We do some manual header insertion into the ROS2 bindings .cc file to fix some import errors. This commit skips copying of the #pragma once attribute at the beginning to avoid a C++ warning.