added patch for ros-noetic-joy that falls back to sdl2 #549
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See #548
Creating as draft for now until I've had a chance to test it.
The code for the
joy_node_sdl
is from here with some edits by me so that it loads the default mappings into params if none are provided. This gets around needing to use the launch file that the devs above implemented if you just want "normal" behaviour when launching the node. I also fixed up some of the logic they had in the cmakelist for joy as it was a little confusing.See https://github.com/TedVanderfeen/joystick_drivers for the changes that went into generating the
.patch
file.