Setting ROS2 log level in XML launch file

asked 2022-10-22 16:15:03 -0500

apoorvcn47 gravatar image

Hi I am using Ros2 Humble. I know how to set log level in python launch file. (Ex. arguments=['--ros-args', '--log-level', 'ERROR'])

I am trying to do the same in XML launch file. Can anyone help with this?

Thanks

edit retag flag offensive close merge delete