Compare commits

..

No commits in common. '7ae4c56f8635169d01b1c926f94680b9f344216e' and 'a700e62de14a81f8b4e7fc5467a44b93842aa7b8' have entirely different histories.

@ -52,10 +52,6 @@ class ControlStationUI(QMainWindow):
self.executor = rclpy.executors.SingleThreadedExecutor()
self.executor.add_node(self.monitor)
# 添加 CommandLongClient 到執行器(這樣它的回調才能被處理)
if self.monitor.command_long_client:
self.executor.add_node(self.monitor.command_long_client)
# 定时处理ROS事件
self.timer = QTimer()
self.timer.timeout.connect(self.spin_ros)

Loading…
Cancel
Save