We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fc467 commit 827150fCopy full SHA for 827150f
exercises/static/exercises/human_detection_newmanager/python_template/ros2_humble/GUI.py
@@ -13,7 +13,7 @@
13
import logging
14
15
from hal_interfaces.general.odometry import OdometryNode
16
-
+from console_interfaces.general.console import start_console
17
18
# Graphical User Interface Class
19
class GUI:
@@ -179,6 +179,8 @@ def run(self):
179
host = "ws://127.0.0.1:2303"
180
gui_interface = GUI(host)
181
182
+start_console()
183
+
184
# Spin a thread to keep the interface updated
185
thread_gui = ThreadGUI(gui_interface)
186
thread_gui.start()
0 commit comments