How to assign array to a parameter with rosrun?
footprint: [[0.4, 0.0], [-0.16, -0.22], [-0.18, 0.35]]
If I want to add this footprint parameter with rosrun like below: rosrun move_base move_base __name:=move_base_node _local_costmap/footprint:=[[0.4,0.0],[-0.16,-0.22],[-0.18,0.35]]
footprint becomes a string.
What is the right syntax to assign integer array in footprint parameter?