ARC Pro

Upgrade to ARC Pro

ARC Pro is your gateway to a community of like-minded robot enthusiasts and professionals, all united by a passion for advanced robot programming.

Author Avatar
PRO
Canada
LinkedIn Thingiverse Twitter YouTube TikTok
#2  

I've never really used the EZ-SDK but I figured I'd post the commands to see if you can compare and see if you have any syntax errors:

Field:EZ_B.Joystick.JoystickDevice.ID

  • Joystick ID, [0..15].

Method:EZ_B.Joystick.JoystickDevice.Name

  • Joystick name.

Method:EZ_B.Joystick.JoystickDevice.Axes

  • Number of joystick axes.

Method:EZ_B.Joystick.JoystickDevice.Buttons

  • Number of joystick buttons.

Have you tried to move the servos by an alternate method to make your code is working well on that side of things?

Author Avatar
PRO
Synthiam
LinkedIn Thingiverse Twitter YouTube GitHub
#3  
  1. You can download the EZ-SDK

  2. Follow the README.TXT on getting it setup correctly

  3. Look at the Tutorial 47 - Joystick project

#4  

@ jnicolas , looks like DJ swooped in and saved the day agian:) , do you mind marking this thread as answered? Thank you - Josh