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

TypeError: argument of type 'NoneType' is not iterable #16

Open
kongbaige-szw opened this issue Jul 11, 2024 · 1 comment
Open

TypeError: argument of type 'NoneType' is not iterable #16

kongbaige-szw opened this issue Jul 11, 2024 · 1 comment

Comments

@kongbaige-szw
Copy link

image

你好,我运行unitree_mujoco.py后报错了,我发现是调用ctypes中的__init__函数里(def init(self, name, mode=DEFAULT_MODE, handle=None,use_errno=False..........)),有一个name显示的是none,这是为什么。这个模拟机器人能在windows上运行吗?

@Prakhar-Bhartiya-Madlab
Copy link

Prakhar-Bhartiya-Madlab commented Oct 15, 2024

Same issue @kongbaige-szw. I believe you are trying to run this on a windows machine. If yes this code is not compatible with it, there are function usage for threading which are Linux specific. I am trying to modify the code to make it work on windows, and push into a new repo or pull request for windows compatible version.

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

2 participants