Should correctly pass the arg int_array as integer array to the node.
Actual behavior
Passes ['1,2,3,4,5,6,7'] instead:
[test_node-1] libc++abi: terminating with uncaught exception of type rclcpp::exceptions::InvalidParameterTypeException: parameter 'ids_to_ignore' has invalid type: Wrong parameter type, parameter {int_array} is of type {integer_array}, setting it to {string_array} is not allowed.```
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Should correctly pass the arg
int_array
as integer array to the node.Actual behavior
Passes
['1,2,3,4,5,6,7']
instead: