Closed quarkytale closed 2 years ago
When you run CI, I'd recommend running tests on --packages-above rosidl_generator_py
. That will make sure we run linter tests on all the downstream interface packages.
@mergifyio backport galactic
backport galactic
@Mergifyio backport humble
backport humble
The sorting order for the module names changes after the call to
convert_camel_case_to_lower_case_underscore
. So copied the converted names to another variable and sorting those final names before writing to the file. See #171 for details.