You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use RobotStateClient to check the service status and found this issue, it's because it tried to import a non-exist module.
>>> from unitree_sdk2py.go2.robot_state.robot_state_client import RobotStateClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File ".........../unitree_sdk2_python/unitree_sdk2py/go2/robot_state/robot_state_client.py", line 4, in <module>
from ...rpc.client_internal import *
ModuleNotFoundError: No module named 'unitree_sdk2py.rpc.client_internal'
I'm trying to use RobotStateClient to check the service status and found this issue, it's because it tried to import a non-exist module.
Code commit: 0d86c54
I create a merge request to try to fix it, it seems work.
#30
The text was updated successfully, but these errors were encountered: