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

String utils: add toLower; add string to double; fix interface #151

Closed filippobrizzi closed 3 months ago

filippobrizzi commented 3 months ago

Description

Add a couple of new string utilities:

floriantschopp commented 3 months ago

couldn't we use absl::string_utils for most of this stuff? eg https://github.com/abseil/abseil-cpp/blob/master/absl/strings/numbers.h

filippobrizzi commented 3 months ago

couldn't we use absl::string_utils for most of this stuff? eg https://github.com/abseil/abseil-cpp/blob/master/absl/strings/numbers.h

Great point, I didn't think of checking! Replaced