add failsafe node to launchdescription

This commit is contained in:
Sem van der Hoeven
2023-06-07 17:28:37 +02:00
parent cc9f4e7f5c
commit 4c61e4e1e2

View File

@@ -26,6 +26,7 @@ def generate_test_description():
return ( return (
launch.LaunchDescription([ launch.LaunchDescription([
px4_controller_node, px4_controller_node,
failsafe_node,
launch_testing.actions.ReadyToTest(), launch_testing.actions.ReadyToTest(),
]), ]),
{ {