Skip to content

Commit

Permalink
Cleanup launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahiminfinite committed Aug 5, 2023
1 parent 192d634 commit 10a1df4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
Expand Up @@ -111,9 +111,7 @@ def generate_test_description():
launch_testing.actions.ReadyToTest(),
]
), {
"test_container": test_container,
"servo_gtest": servo_gtest,
"ros2_control_node": ros2_control_node,
}


Expand Down
Expand Up @@ -143,11 +143,7 @@ def generate_test_description():
launch_testing.actions.ReadyToTest(),
]
), {
"ros2_control_node": ros2_control_node,
"servo_node": servo_node,
"test_container": container,
"servo_gtest": servo_gtest,
"panda_arm_controller_spawner": panda_arm_controller_spawner,
}


Expand Down
2 changes: 0 additions & 2 deletions moveit_ros/moveit_servo/tests/launch/servo_utils.test.py
Expand Up @@ -111,9 +111,7 @@ def generate_test_description():
launch_testing.actions.ReadyToTest(),
]
), {
"test_container": test_container,
"servo_gtest": servo_gtest,
"ros2_control_node": ros2_control_node,
}


Expand Down

0 comments on commit 10a1df4

Please sign in to comment.