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.
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
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.
topic_tools/topic_tools/src/mux.cpp
Line 27 in c6c6ef6
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