From 93dee2c1dc3887fc8b880fd0745a7816eba3e294 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:59:48 +0800 Subject: [PATCH] fix workstation node error --- unilabos/ros/nodes/presets/workstation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unilabos/ros/nodes/presets/workstation.py b/unilabos/ros/nodes/presets/workstation.py index f8fbe97d..745ec196 100644 --- a/unilabos/ros/nodes/presets/workstation.py +++ b/unilabos/ros/nodes/presets/workstation.py @@ -6,6 +6,8 @@ from typing import List, Dict, Any, Optional, TYPE_CHECKING import rclpy from rosidl_runtime_py import message_to_ordereddict +from unilabos_msgs.msg import Resource +from unilabos_msgs.srv import ResourceUpdate from unilabos.messages import * # type: ignore # protocol names from rclpy.action import ActionServer, ActionClient