Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonryckman committed Sep 29, 2024
1 parent f8c289c commit f141418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, ctx: Context):

# TODO: add TagSeekState and its transitions here

# self.state_machine_server = StatePublisher(self, self.state_machine, "nav_structure", 1, "nav_state", 10)
self.state_machine_server = StatePublisher(self, self.state_machine, "nav_structure", 1, "nav_state", 10)

self.create_timer(1 / 60, self.state_machine.update)

Expand Down

0 comments on commit f141418

Please sign in to comment.