-
Notifications
You must be signed in to change notification settings - Fork 650
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
feat(joy_controller): adding genesis joystick to joy controller #683
feat(joy_controller): adding genesis joystick to joy controller #683
Conversation
c7b036b
to
48b367a
Compare
Signed-off-by: Berkay <berkay@leodrive.ai>
Signed-off-by: Berkay <berkay@leodrive.ai>
Signed-off-by: Berkay <berkay@leodrive.ai>
23dae17
to
88e96e8
Compare
Codecov Report
@@ Coverage Diff @@
## main #683 +/- ##
==========================================
- Coverage 10.59% 10.56% -0.04%
==========================================
Files 734 735 +1
Lines 51719 51875 +156
Branches 6596 6596
==========================================
Hits 5482 5482
- Misses 41777 41933 +156
Partials 4460 4460
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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 can't test this because I don't have the device, but the code looks good to me!
@xmfcx cc @mitsudome-r @yukkysaito |
@kenji-miyake In Autoware.Auto, as long as an MR had an approval, anyone could merge it from the members. With the help of merge-bot. |
@xmfcx Thank you, I understand. Hmm, then I think I can add a CI workflow that can do the same thing as merge-bot, but I'll merge this by myself for now. |
…4#683) * feat(joy_controller): add genesis p65 converter Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): fix steering direction Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): changed map Signed-off-by: Berkay <berkay@leodrive.ai> * ci(pre-commit): autofix Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…4#683) * feat(joy_controller): add genesis p65 converter Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): fix steering direction Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): changed map Signed-off-by: Berkay <berkay@leodrive.ai> * ci(pre-commit): autofix Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…4#683) * feat(joy_controller): add genesis p65 converter Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): fix steering direction Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): changed map Signed-off-by: Berkay <berkay@leodrive.ai> * ci(pre-commit): autofix Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…4#683) * feat(joy_controller): add genesis p65 converter Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): fix steering direction Signed-off-by: Berkay <berkay@leodrive.ai> * feat(joy_controller): changed map Signed-off-by: Berkay <berkay@leodrive.ai> * ci(pre-commit): autofix Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…refoundation#683) * feat(behavior_velocity): support new traffic signal interface Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix * add missing dependency Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix * remove the external signal input source in behavior_planning_launch.py Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * replace TrafficLightElement with TrafficSignalElement Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix * use the regulatory element id instead of traffic light id Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * change the input of traffic signal to traffic light arbiter Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> * style(pre-commit): autofix * do not return until the all regulatory elements are checked Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> --------- Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: Tomohito Ando <tomohito.ando@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Closes [#682]
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.