Skip to content

Commit 827150f

Browse files
committed
Add start_console
1 parent 92fc467 commit 827150f

File tree

1 file changed

+3
-1
lines changed
  • exercises/static/exercises/human_detection_newmanager/python_template/ros2_humble

1 file changed

+3
-1
lines changed

exercises/static/exercises/human_detection_newmanager/python_template/ros2_humble/GUI.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import logging
1414

1515
from hal_interfaces.general.odometry import OdometryNode
16-
16+
from console_interfaces.general.console import start_console
1717

1818
# Graphical User Interface Class
1919
class GUI:
@@ -179,6 +179,8 @@ def run(self):
179179
host = "ws://127.0.0.1:2303"
180180
gui_interface = GUI(host)
181181

182+
start_console()
183+
182184
# Spin a thread to keep the interface updated
183185
thread_gui = ThreadGUI(gui_interface)
184186
thread_gui.start()

0 commit comments

Comments
 (0)