-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QDriverStation detects joysticks but doesn't send to robot #57
Comments
Could you try to use the virtual joystick to control your robot (and report back the results)? This can help me to know if this is an issue with SDL, or with the LibDS library itself. Thanks! |
Tested it with virtual joystick and nothing. |
Same problem here, on Elementary OS Loki. |
Sorry for the late reply. Maybe the communication protocol has changed a little bit since last year, hopefully this is not the case. |
I think it probably is the case, because the robots I tested it with were 2018 robots
-Gabriel McMillan
On Sat, Feb 3, 2018 at 6:24 PM -0800, "Alex Spataru" <notifications@github.com> wrote:
Sorry for the late reply. Maybe the communication protocol has changed a little bit since last year, hopefully this is not the case.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Does your team still have access to 2015-2017 robots? If so, could you please try controling those robots with the QDriverStation? Unfortunately, I am not into FRC anymore due to college, which makes testing LibDS and QDriverStation very difficult for me. |
I do, however it will be a while before I can test it, I will get back to you on that.
-Gabriel McMillan
On Sat, Feb 3, 2018 at 6:34 PM -0800, "Alex Spataru" <notifications@github.com> wrote:
Does your team still have access to 2015-2017 robots? If so, could you please try controling those robots with the QDriverStation?
Unfortunately, I am not into FRC anymore due to college, which makes testing LibDS and QDriverStation very difficult for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I have a 2016 robot and a current one. I’ll check on that on Monday, if no one has by then.
… On Feb 3, 2018, at 6:35 PM, fearxzombie ***@***.***> wrote:
I do, however it will be a while before I can test it, I will get back to you on that.
-Gabriel McMillan
On Sat, Feb 3, 2018 at 6:34 PM -0800, "Alex Spataru" ***@***.***> wrote:
Does your team still have access to 2015-2017 robots? If so, could you please try controling those robots with the QDriverStation?
Unfortunately, I am not into FRC anymore due to college, which makes testing LibDS and QDriverStation very difficult for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Got it.
-Gabriel McMillan
On Sat, Feb 3, 2018 at 6:39 PM -0800, "Eamon Niknafs" <notifications@github.com> wrote:
I have a 2016 robot and a current one. I’ll check on that on Monday, if no one has by then.
On Feb 3, 2018, at 6:35 PM, fearxzombie ***@***.***> wrote:
I do, however it will be a while before I can test it, I will get back to you on that.
-Gabriel McMillan
On Sat, Feb 3, 2018 at 6:34 PM -0800, "Alex Spataru" ***@***.***> wrote:
Does your team still have access to 2015-2017 robots? If so, could you please try controling those robots with the QDriverStation?
Unfortunately, I am not into FRC anymore due to college, which makes testing LibDS and QDriverStation very difficult for me.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
We'll move discussion of this issue to #58, which deals with the 2018 protocol implementation. Thanks for the reports! |
Information on what I'm running:
Log created on: Jan 24 2018 - 18:34:53 PM
LibDS version: 2.2
Operating System: Ubuntu 16.04.3 LTS
Application name: QDriverStation
Application version: 18.01
The problem is the same as this: #46 except on linux. The log connects, enables, disable the robot fine and the SmartDashboard even works perfectly except when I try to use a joystick on it, it detects it, but doesn't send it and I get an error when I call a joystick.getButton() in my code.
The log doesn't have any errors in it, just debug although I'd be happy to add other log files if that would help.
Another thing that would be nice is to be able to see the ports that the joysticks are on since right now it just shows a list of joysticks. I've tried this with a ps4 controller and a generic joystick. I've only tested this on my computer but I have yet to get the controllers working.
The text was updated successfully, but these errors were encountered: