Skip to content

Commit

Permalink
Update controller_manager_services.py
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl authored Aug 14, 2024
1 parent 68d6ea3 commit bc75c66
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,9 @@ def reload_controller_libraries(node, controller_manager_name, force_kill, servi
)


<<<<<<< HEAD
def set_hardware_component_state(node, controller_manager_name, component_name, lifecyle_state):
=======
def set_hardware_component_state(
node, controller_manager_name, component_name, lifecyle_state, service_timeout=0.0
):
>>>>>>> af4b48f (Handle waiting in Spawner and align Hardware Spawner functionality (#1562))
request = SetHardwareComponentState.Request()
request.name = component_name
request.target_state = lifecyle_state
Expand Down

0 comments on commit bc75c66

Please sign in to comment.