maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Remove fmt dependency #234

Closed francocipollone closed 1 year ago

francocipollone commented 1 year ago

Related to https://github.com/maliput/maliput/issues/561

Summary

We are using fmt only in the test space.

Example:

https://github.com/maliput/maliput_malidrive/blob/9dec143592336f41c9a77b993b5867cfaaf9e74d/test/regression/xodr/parser_test.cc#L821-L885

Proposal

Use custom methods in order to replace the use of fmt so that dependency can be removed