Skip to content

Commit

Permalink
use the right cm timeout var
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Jul 15, 2024
1 parent a61d7dd commit 3143f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_manager/controller_manager/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def main(args=None):
prefixed_controller_name = controller_namespace + "/" + controller_name

if is_controller_loaded(
node, controller_manager_name, prefixed_controller_name, timeout
node, controller_manager_name, prefixed_controller_name, controller_manager_timeout
):
node.get_logger().warn(
bcolors.WARNING
Expand Down

0 comments on commit 3143f59

Please sign in to comment.