I came across two examples of methods that use camel casing where their definitions use underscore notation.
There are more inconsistencies in the naming of methods throughout the code, e.g. most files in skiros2_common/src/skiros2_common/core/ use camelCasing.
If you'd like to migrate to underscore notation for all methods; please let me know if there are files you'd like to exclude from that transition, or if other restrictions apply, and I'd be happy to help.
I came across two examples of methods that use camel casing where their definitions use underscore notation. There are more inconsistencies in the naming of methods throughout the code, e.g. most files in
skiros2_common/src/skiros2_common/core/
use camelCasing. If you'd like to migrate to underscore notation for all methods; please let me know if there are files you'd like to exclude from that transition, or if other restrictions apply, and I'd be happy to help.