olympus-robotics / hephaestus

Hephaestus is a C++ framework designed to facilitate robotics development by providing commonly needed functionality and abstractions.
MIT License
26 stars 4 forks source link

[Bag] Create a DataSource abstraction that can get data either from subscription or file topic #190

Open filippobrizzi opened 1 month ago

filippobrizzi commented 1 month ago

When starting an app that receives data over IPC we also want to be able to pass that data via a Bag to simplify running tests.