agilexrobotics / limo-doc

MIT License
57 stars 19 forks source link

LIMO jetson nano Jetson.GPIO #1

Open cw2001425 opened 2 years ago

cw2001425 commented 2 years ago

Hi I am facing an issue that when i try to import "Jetson.GPIO as GPIO" in my test python script, there are the following warnings: "Carrier board is not from a Jetson Developer Kit." "Jetson.GPIO library has not been verified with this carrier board, and in fact is unlikely to work correctly."

I require the unused GPIO pins for my application with ROS, hope to seek advise on this.

brianlmerritt commented 2 years ago

Have you tried any of the pins? It should be the same.

cw2001425 commented 2 years ago

Hi, I have tried to use the pins but unable to, due to the above warnings. Nonetheless i have found a workaround for my application thank you