Support for sixad ps3controller on Nano(2nd try) #931
Merged
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.
Same as PR #905 but rebased and squashed.
It's hard to pair PS3 controller to Jetson Nano however we still can use sixad, which continuously maintained by Retropie team, to pair and connect the controller. Details of instructions here and there(out of date), though referred to Pi but works on Nano too.
After successfully connecting the PS3 controller to Nano, there's a need to support the sixad version of PS3 button/axis mapping. Users can swap the PS3Joystick object with PS3JoystickSixAd in PS3JoystickController.init_js(). Tested with OEM PS3 controller on Nano 4GB kit.
Side note: we might want to update the docs about PS3 controller compatibility on Nano too.