-
Notifications
You must be signed in to change notification settings - Fork 0
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
ImportError: dynamic module does not define module export function (PyInit_bindings) #58
Comments
Oh - we recently made a bunch of changes that haven't been updated in the docs yet. Let me verify that the Python bindings work but until then, could you try this test script instead?
|
Still getting the same error with that script
|
Can you try replacing RobstrideSupervisor with RobstrideActuator everywhere? Actually there are some build problems - i'll get back to you in a bit |
I have tried replacing it with RobstrideActuator everywhere I could think of, and I tried some older code I had working. The same code works fine on Windows machine with WSL, but fails on the Jetson Nano. |
Sorry, the python bindings for this have been a lot more work than I expected. If you check the linked pr, I've got an example script that reads the motors but sending commands isn't fully working yet. I expect it'll take another few days so until then, you could also look at the source Rust code or even kos to run motors. Also super weird that it works with WSL. Not sure why that'd be the case but I've been testing this code on a Jetson AGX |
Hi, I've been trying to install the actuator package onto my Jetson Nano. It is an older one, running JetPack 4.6 on Ubuntu 18.04 Bionic.
Jtop Output:
I setup a python virtual env with python 3.11 and used pip to install the actuator from pypip. Got this error. I also tried installing from the github source, got the same error.
I am just trying to run the test code from the current docs:
The text was updated successfully, but these errors were encountered: