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

change Enum to use UPPER_CASE #141

Closed filippobrizzi closed 3 months ago

filippobrizzi commented 3 months ago

Description

Enum values are constants and as such makes sense to threat them as constexpr.