-
Notifications
You must be signed in to change notification settings - Fork 5
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
Joystick control cuts out #70
Comments
I haven't yet tried playing too much with the update rate option. Maybe it needs to be set lower |
I'm not sure about outside of my branches, but this is a "feature" in the phone server, not the tablet. It isn't cutting out. Any time you press the joystick, the function that runs on the phone server in response starts a "time out" of sorts. If the phone does not receive new joystick inputs, it sets the signals to zero. This prevents a runaway condition. I think Chris removed this some time ago in a cleanup branch, but I never incorporated that change into my branches. |
Maybe I'm misunderstanding this but the tablet joystick is constantly sending out values when the joystick is not at origin. So shouldn't the phone constantly be getting twist values so it doesnt time out? |
Oh I'm wrong. |
I fixed this in a commit somewhere...
Sincerely,
Christopher Tomaszewski
(973) 641-0694
…On Thu, Jun 15, 2017 at 12:02 AM, Shantanu Vyas ***@***.***> wrote:
Oh I'm wrong.
https://github.com/platypusllc/tablet/blob/master/app/src/main/java/com/
platypus/android/tablet/TeleOpPanel.java#L865
Only when its moved does it update the thrust and rudder.
We should add a new joystick listener that handles while not at origin.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABbbGlhT_yNm7eN3Of8j15Ce0bQAOe4hks5sEKzvgaJpZM4N35LP>
.
|
A commit for the tablet or server? |
Tablet
El El jue, jun. 15, 2017 a las 14:00, Shantanu Vyas <
notifications@github.com> escribió:
A commit for the tablet or server?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABbbGnyjwn3705XlU3bthhX0PuPl_Uo0ks5sEWgkgaJpZM4N35LP>
.
--
Sincerely,
Christopher Tomaszewski
(973) 641-0694
|
Joystick control, even when we are standing near the robot, often will cut out.
It appears to be worst when running w/o moving your fingers at all (i.e. not updating the throttle values, I assume?)
The text was updated successfully, but these errors were encountered: