Fix the import error in go2 robot_state_client.py

This commit is contained in:
xiaoliangstd 2025-03-03 16:21:31 +08:00
parent 4eadcf6ba0
commit aee4390c27
1 changed files with 1 additions and 1 deletions

View File

@ -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 *