Robotics StackExchange | Archived questions

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.

Asked by jeremya on 2022-04-25 21:45:15 UTC

Comments

I would also be interested how to debug a ROS2 python launch file

Asked by Markus Bader on 2022-07-18 06:11:35 UTC

Answers