移动内部action以兼容host node

This commit is contained in:
Xuwznln
2025-10-11 03:11:17 +08:00
parent 6fc7ed1b88
commit 7f40f141f6
4 changed files with 58 additions and 57 deletions

View File

@@ -160,13 +160,13 @@ class HostNode(BaseROS2DeviceNode):
),
"/devices/host_node/_execute_driver_command": ActionClient(
self,
lab_registry.EmptyIn,
lab_registry.StrSingleInput,
"/devices/host_node/_execute_driver_command",
callback_group=self.callback_group,
),
"/devices/host_node/_execute_driver_command_async": ActionClient(
self,
lab_registry.EmptyIn,
lab_registry.StrSingleInput,
"/devices/host_node/_execute_driver_command_async",
callback_group=self.callback_group,
),