Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import 'RobotStateClient' failure for go2 #31

Open
singleye opened this issue Jan 8, 2025 · 0 comments
Open

Import 'RobotStateClient' failure for go2 #31

singleye opened this issue Jan 8, 2025 · 0 comments

Comments

@singleye
Copy link

singleye commented Jan 8, 2025

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'    

Code commit: 0d86c54

I create a merge request to try to fix it, it seems work.

#30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant