-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature] Support Debugging ROS2 Launch Files #710
Comments
ROS2 python launch files are probably the most difficult source files in ROS2 to debug. First, there’s a lot going on when you started them including other nodes and associated source. Secondly, there’s almost no well-understood way to debug them including prints, pdb, and gdb. +1 |
Any updates on this? |
@chilisam This is a popular request; it will be prioritized soon. However, I don't have an exact date on the release. |
Any updates? |
No updates yet; this one is going to be a large lift. |
This has been implemented |
what is needed
Launch files in ROS2 are Python scripts which execute parameterized ROS2 nodes. Additionally, ROS2 lifecycle nodes are maintained by the launch solution.
why is it needed
As these grow in complexity, they need to be debugged.
The text was updated successfully, but these errors were encountered: