Skip to content

Wrong condition on the number of arguments for mux #128

Description

@cedricpradalier

Between humble and kilted, the condition for the number of argument in topic_tools/mux has been reversed.

Before, it was: if >= 3 {use parameters}. Now it fails if the number of argument is smaller than 3, which is normal when one uses the input and output parameters in a launch file, as referenced in the documentation.

if (args.size() < 3) {

For now, it is possible to come back to arguments in the launch file, but it was more "rossy" to use parameters. Can we bring back the previous functionality, which is consistent with the documentaton ?

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions