Skip to content

Commit

Permalink
Add start_console
Browse files Browse the repository at this point in the history
  • Loading branch information
MihirGore23 committed Nov 16, 2024
1 parent d254ec3 commit c425d09
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import logging

from hal_interfaces.general.odometry import OdometryNode
from console_interfaces.general.console import start_console


# Graphical User Interface Class
Expand Down Expand Up @@ -179,6 +180,8 @@ def run(self):
host = "ws://127.0.0.1:2303"
gui_interface = GUI(host)

start_console()

# Spin a thread to keep the interface updated
thread_gui = ThreadGUI(gui_interface)
thread_gui.start()
Expand Down

0 comments on commit c425d09

Please sign in to comment.