Cognitive Sentiment icon Cognitive Sentiment Detects positive sentiment percentage of input text using cognitive ML; returns $SentimentPercentage, shows face, graph, and status for analysis. Try it →

ARC Pro

Upgrade to ARC Pro

Stay at the forefront of robot programming innovation with ARC Pro, ensuring your robot is always equipped with the latest advancements.

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