RobotLabLTH / skiros2

A skill-based platform for ROS v.2
Other
163 stars 20 forks source link

Change camelCasing to underscore for class methods #43

Closed robberthofmanfm closed 3 years ago

robberthofmanfm commented 3 years ago

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.