[ROS2] Purpose of TextSubstitution
In the ROS2 tutorials located at https://docs.ros.org/en/foxy/Tutorial..., the 'default_value' within the 'DeclareLaunchArgument' directive is assigned to TextSubstitution(text='0')
or similar.
My question is why that is necessary. Can't you just do default_value='0'
? It seems to work without the TextSubstitution directive.
Thanks