View Single Post
  #1  
Old 05-13-2010, 09:46 AM
superantTTY superantTTY is offline
Member
 
Join Date: May 2010
Posts: 7
How to create mini car driving by wiimote

Hello, all !!
Like the example "joystick_driving.py", I can control the mini car driving by joystick.
However, now I want to control the mini car driving by wiimote.
I think that key points may be one import,import vizjoy, and two definition,def joyMove(e) & def updateCar().
And there is a Initialize global variable,joyPOS, do I need to initial something like that for wiimote to create the car driving??

How can I do ??

Thank you very much!!

Best Regards!
Reply With Quote