-
Notifications
You must be signed in to change notification settings - Fork 667
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
docs(joy_controller): joystick keymap fix in readme #1834
docs(joy_controller): joystick keymap fix in readme #1834
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change the title from fix
to docs
because this PR won't change any behavior.
Also, the DCO check has failed. Please confirm the CI checks section and fix the error. |
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
c6fc956
to
cd17ada
Compare
・Guideline checked the checkboxes. |
control/joy_controller/README.md
Outdated
| Acceleration | R2 | | ||
| -------------------- | ---------------------------------------- | | ||
| Brake | □ or Right Stick Up Down or Left Trigger | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe this is correct? 🤔
| Acceleration | R2 | | |
| -------------------- | ---------------------------------------- | | |
| Brake | □ or Right Stick Up Down or Left Trigger | | |
| Action | Button | | |
| -------------------- | ---------------------------------------- | | |
| Acceleration | R2, ×, or Right Stick Up | | |
| Brake | L2, □, or Right Stick Down | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
@kenji-miyake Please workflow review and run. |
Thank you! |
Codecov ReportBase: 10.45% // Head: 10.45% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1834 +/- ##
=======================================
Coverage 10.45% 10.45%
=======================================
Files 1220 1220
Lines 87626 87626
Branches 20523 20523
=======================================
Hits 9165 9165
Misses 68989 68989
Partials 9472 9472
*This pull request uses carry forward flags. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…on#1834) * fix(joy_controller): joystick keymap fix in readme Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * ci(pre-commit): autofix Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * revert joystick keymap in P65 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Fixed joystick keymap header title and DS4 keymaps Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#1834) * fix(joy_controller): joystick keymap fix in readme Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * ci(pre-commit): autofix Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * revert joystick keymap in P65 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Fixed joystick keymap header title and DS4 keymaps Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#1834) * fix(joy_controller): joystick keymap fix in readme Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * ci(pre-commit): autofix Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * revert joystick keymap in P65 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Fixed joystick keymap header title and DS4 keymaps Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…on#1834) * fix(joy_controller): joystick keymap fix in readme Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * ci(pre-commit): autofix Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * revert joystick keymap in P65 Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> * Fixed joystick keymap header title and DS4 keymaps Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Signed-off-by: Shigekazu Fukuta <shigekazu.fukuta@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Convert the joystick key map in the readme from P65 to DS4.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.