Skip to content

Commit

Permalink
fix (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
yabuta authored Feb 6, 2024
1 parent 630b15a commit f1c770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signage/src/signage/parameter_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, node):
node.declare_parameter("announce.thank_you", True)
node.declare_parameter("announce.in_emergency", True)
node.declare_parameter("announce.going_to_depart", True)
node.declare_parameter("gannounce.oing_to_arrive", True)
node.declare_parameter("announce.going_to_arrive", True)

announce_prefix = node.get_parameters_by_prefix("announce")

Expand Down

0 comments on commit f1c770a

Please sign in to comment.