Checking a launch file works without errors

asked 2022-11-03 22:41:15 -0500

ijnek gravatar image

updated 2022-11-03 22:41:49 -0500

I can't seem to find a simple way to check that a launch.py file can be launched without errors.

I want to write a test to ensure that all of my launch files work as expected. Is there a de facto way of doing this? If not, how are people writing tests to test their launch files?

This isn't about testing the functionality of the nodes. This is purely about testing the launch file itself.

edit retag flag offensive close merge delete