Debug a ROS2 python launch file
I’ve seen examples how to add launch prefix to attach gdb to ROS2 nodes from a launch file, but I’m interested in how people debug actual ROS2 python-based launch files. Do you use pdb? Do you use python with gdb? Do you somehow add console prints?
I’m looking for ways to get values of data within python-based ROS2 launch files at runtime.
I would also be interested how to debug a ROS2 python launch file