52 dut_process = launch_ros.actions.Node(
53 package=
"moveit_core",
54 executable=launch.substitutions.LaunchConfiguration(
"dut"),
58 return launch.LaunchDescription(
60 launch.actions.DeclareLaunchArgument(
62 description=
"Executable to launch",
66 launch_testing.actions.ReadyToTest(),
68 ), {
"dut_process": dut_process}