From aee4390c272cd2e18423954c2fc6fa7d4525f1ae Mon Sep 17 00:00:00 2001 From: xiaoliangstd <2303335747@qq.com> Date: Mon, 3 Mar 2025 16:21:31 +0800 Subject: [PATCH] Fix the import error in go2 robot_state_client.py --- unitree_sdk2py/go2/robot_state/robot_state_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitree_sdk2py/go2/robot_state/robot_state_client.py b/unitree_sdk2py/go2/robot_state/robot_state_client.py index 5b2e74d..097a891 100644 --- a/unitree_sdk2py/go2/robot_state/robot_state_client.py +++ b/unitree_sdk2py/go2/robot_state/robot_state_client.py @@ -1,7 +1,7 @@ import json from ...rpc.client import Client -from ...rpc.client_internal import * +from ...rpc.internal import * from .robot_state_api import *