bitbots_main
bitbots_main copied to clipboard
Dynup: turn states in DynupEngineDebug into enum.
Is your feature request related to a problem? Please describe.
Currently, states are represented as integers or strings, this is not easily readable. This impacts DynupEngineDebug.msg
and the DynupEngine::publish_debug
method in dynup_engine.cpp
Describe the solution you'd like
By changing this to an enum, it would be more readable.