Skip to content
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

Add the ability to have deadman axes. #46

Merged
merged 2 commits into from
Apr 21, 2020
Merged

Add the ability to have deadman axes. #46

merged 2 commits into from
Apr 21, 2020

Conversation

clalancette
Copy link
Contributor

Some controllers don't have a convenient shoulder trigger
button, but do have shoulder "axes". Allow the axes to
be used for a deadman trigger, assuming they are pressed
all the way. Note that I used a dict for the list of
axes, as this provides the most convenient way to deal
with controllers that use 1.0, -1.0, or 0.0 as the "far"
end of the axis.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

@clalancette
Copy link
Contributor Author

Friendly ping on this one; any thoughts?

@bmagyar
Copy link
Member

bmagyar commented Jan 25, 2020

Looks good to me at first but currently I have no means to test this.

@artivis please chime in

@artivis
Copy link
Contributor

artivis commented Feb 6, 2020

Looks good, I'll try to test this over the weekend.

@clalancette
Copy link
Contributor Author

Another friendly ping. I've been using this on the robot I'm working on, and seems to work in my testing. Any chance we can get this merged? Thanks!

@clalancette
Copy link
Contributor Author

Another ping here; would someone mind merging this? Thanks.

Some controllers don't have a convenient shoulder trigger
button, but do have shoulder "axes".  Allow the axes to
be used for a deadman trigger, assuming they are pressed
all the way.  Note that I used a dict for the list of
axes, as this provides the most convenient way to deal
with controllers that use 1.0, -1.0, or 0.0 as the "far"
end of the axis.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette clalancette mentioned this pull request Mar 26, 2020
@bmagyar bmagyar merged commit 87537b7 into ros-teleop:dashing-devel Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants