![]() |
Help with Errors
Hey, we are new to programming and when we run the code, we get this error.
Code:
ERROR Unhandled exception: java.lang.RuntimeException: |
Re: Help with Errors
Quote:
|
Re: Help with Errors
Quote:
Code:
motor = Talon(0) //or a different numberCode:
motor = Talon(0)//or a different number, but same number as before |
Re: Help with Errors
I'm guessing you already fixed this problem with previous comments. An alternate to the PWM splitting in hardware is to map it in software. This can make life easier for your mechanical/electrical teams because they just plug each motor into a PWM slot and then you write the same value out multiple times in each software iteration:
Code:
init: |
| All times are GMT -5. The time now is 07:45. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi