mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-07 15:35:10 +00:00
action to resource & 0.9.12
This commit is contained in:
@@ -562,9 +562,9 @@ class HostNode(BaseROS2DeviceNode):
|
||||
for bridge in self.bridges:
|
||||
if hasattr(bridge, "publish_device_status"):
|
||||
bridge.publish_device_status(self.device_status, device_id, property_name)
|
||||
self.lab_logger().debug(
|
||||
f"[Host Node] Status updated: {device_id}.{property_name} = {msg.data}"
|
||||
)
|
||||
#self.lab_logger().debug(
|
||||
# f"[Host Node] Status updated: {device_id}.{property_name} = {msg.data}"
|
||||
#)
|
||||
|
||||
def send_goal(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user