![]() |
Joysticks not reading
I am reprogramming our 2014 robot, and the joysticks will not read in the code. However, the DS USB port tab does read the values properly. I have also tried multiple different controllers to no avail. This is using the pre-2015 control system.
Robot.java Code:
package edu.wpi.first.wpilibj.templates;Code:
package edu.wpi.first.wpilibj.templates;Code:
package edu.wpi.first.wpilibj.templates;Anyone got any ideas? I have no clue. |
Re: Joysticks not reading
are you trying to deloy your code with eclipse? That might not work at all, go back to netbeans
|
Re: Joysticks not reading
Quote:
After a quick check, the Joystick instance is non-null, it is being created, but it is only returning 0's. I am using a red Afterglow Xbox 360 controller. |
Re: Joysticks not reading
Have you tried printing values in autonomous init? robot init? just to have a look if your code actually runs :)
|
Re: Joysticks not reading
robotInit() runs. I haven't tested autonomousInit(). It still works in old projects but won't work in this one.
|
Re: Joysticks not reading
As I recall, the axis numbers changed from 2014 to 2015. Oh well, joystick axis 4 appears to be the horizontal on the right joystick both years.
Is your controller perhaps mapping to a different number than control 1? Have you tried 0 or 2 as the argument to new Joystick() in robotInit? Actually, even easier as you seem to have the hardware, you could try plugging in "multiple different controllers" at the same time and see if any of them works. |
Re: Joysticks not reading
Quote:
|
Re: Joysticks not reading
also, the joystick mapping start at 0, so try changing your joystick port on your DS in the usb section
|
Re: Joysticks not reading
Did you back-load (or do you still have) the 2014 driver station software installed on your classmate/laptop, or are you running 2015 driver station? I understand that there were significant protocol changes from 2014 to 2015.
|
Re: Joysticks not reading
I am running the 2015 DS with the option for 2014 DS and FMS mode selected.
|
Re: Joysticks not reading
Quote:
From the wpilib screensteps documentation: Quote:
|
Re: Joysticks not reading
Regardless, the joystick reads in our main program (although axis mapping is messed up), but not this one.
|
Re: Joysticks not reading
Quote:
|
Re: Joysticks not reading
By main program I meant our main robot code from last year. The joystick returns values when the robot runs that program, but there is no difference (that I see) in how the joysticks are created and called in the new program, and it does not work.
|
Re: Joysticks not reading
Just an update, it WAS the joystick ports that were wrong. I created the Joystick object in port 1 and moved the controller to 0 instead of 1 on the DS and it worked. Thanks for the help guys!
|
| All times are GMT -5. The time now is 10:49. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi