add failsafe node to launchdescription
This commit is contained in:
@@ -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(),
|
||||||
]),
|
]),
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user