Fix: go2 robot_state_client import incorrect rpc internal module

Description:
 * go2 robot state client should import internal rather than client_internal
This commit is contained in:
singleye 2025-01-08 23:50:29 +08:00
parent 0d86c54625
commit abfaa5b7f0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import json import json
from ...rpc.client import Client from ...rpc.client import Client
from ...rpc.client_internal import * from ...rpc.internal import *
from .robot_state_api import * from .robot_state_api import *