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

Fix/Move toString into utils. #177

Closed lhruby closed 1 month ago

lhruby commented 1 month ago

Description

Move toString into utils. This solves the issue that modules like serdes::protobuf would depend on types, which in turn creates cyclic dependencies.

A move to fmt::format_as is not included and will be implemented in a follow up.

Type of change

Checklist before requesting a review