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

Jetson xavier #1

Open
duncanmix opened this issue Feb 29, 2020 · 6 comments
Open

Jetson xavier #1

duncanmix opened this issue Feb 29, 2020 · 6 comments

Comments

@duncanmix
Copy link

does this work with jetson xavier?

@FPSychotic
Copy link

FPSychotic commented Jun 16, 2020

and Xavier NX? it is giving me errors

@mhaboali
Copy link

mhaboali commented Oct 13, 2020

Yeah, Xavier Nx doesn't work for me. Any help with that?

@jakobjackson2016
Copy link

@duncanmix @FPSychotic @mhaboali Were you able to get it working with Xavier NX? Can you please share the solution with us all? Thank you!

@FPSychotic
Copy link

@duncanmix @FPSychotic @mhaboali Were you able to get it working with Xavier NX? Can you please share the solution with us all? Thank you!

Not me, I didn't try again

@mhaboali
Copy link

Nope, I'd used the Arduino library

@andrewssobral
Copy link

Tested on my Jetson AGX Xavier and I got:

andrews@jetson-agx:~/Projects/jetson-hacks/ServoKit$ python3 servoPlay.py 
Initializing Servos
Initializing ServoKit
Done initializing
Traceback (most recent call last):
  File "servoPlay.py", line 39, in <module>
    with ControllerResource() as joystick:
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/selectbinder.py", line 37, in __init__
    self.discoveries = find_matching_controllers(*requirements, **kwargs)
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/controllers.py", line 192, in find_matching_controllers
    all_controllers = find_all_controllers(**kwargs)
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/controllers.py", line 268, in find_all_controllers
    id_to_constructor = get_controller_classes()
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/controllers.py", line 246, in get_controller_classes
    controllers = {key: value for key, value in built_in_classes()}
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/controllers.py", line 246, in <dictcomp>
    controllers = {key: value for key, value in built_in_classes()}
  File "/usr/local/lib/python3.6/dist-packages/approxeng/input/controllers.py", line 218, in built_in_classes
    for vendor_id, product_id in controller_class.registration_ids():
TypeError: 'NoneType' object is not iterable
Exiting... 
Cleaning up pins
andrews@jetson-agx:~/Projects/jetson-hacks/ServoKit$

Someone knows how to fix it?

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

5 participants