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

Feat/Add protobuf serialization for containers (std::vector). #175

Open lhruby opened 1 month ago

lhruby commented 1 month ago

Description

Add protobuf serialization for containers. The first implementation adds serialization for std::vector<T>.

Type of change

Checklist before requesting a review