-
Notifications
You must be signed in to change notification settings - Fork 676
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
fix(joy_controller): joy_type is only set from the param.yaml file #6475
Conversation
@satoshi-ota @rej55 I've looked for all the references of this If someone wants to set this parameter, they should use the param.yaml file as planned. Please review 🙇♂️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6475 +/- ##
=======================================
Coverage 14.64% 14.64%
=======================================
Files 1899 1899
Lines 130282 130282
Branches 38311 38311
=======================================
Hits 19083 19083
Misses 89784 89784
Partials 21415 21415
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
088c90a
to
7662812
Compare
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.
LGTM!
@rej55 @satoshi-ota @shmpwk @taikitanaka3 @TakaHoribe @takayuki5168 @tkimura4 Could you review as a code owner? I would like to merge this as soon as possible and make the action required. |
@xmfcx
As you can see, we would like to launch |
@rej55 you can call it like:
And set it in the Why is this not enough? |
If necessary, we can generate 4 |
@xmfcx I will ask the user of this package. |
Another option would be to create a second launch file, called And this new launch file wouldn't use the param.yaml at all. All params would be set in the launch file. By default we would use the What do you think? |
@rej55 Watanabe-san, happy birthday :D sorry for writing in the holiday time! It's totally ok to merge this early next week! It's so simple after all, I am open for negotiations for the ways to implement this. |
I agree launching joy_controller with
I think it would be better to add instructions on how to launch it to the README for previous users. |
@xmfcx
Could you make these parameter files and add instruction to README? |
Signed-off-by: M. Fatih Cırıt <[email protected]>
Signed-off-by: M. Fatih Cırıt <[email protected]>
7662812
to
9d7e37c
Compare
@rej55 @shmpwk I've updated the README and the param files and the launch file. Also added a new simple launch file to make everyone happy.
The old users can make use of the new The default launch file makes use of the param files as agreed. |
Signed-off-by: M. Fatih Cırıt <[email protected]>
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.
LGTM!
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.
LGTM. Thank you.
…utowarefoundation#6475) Signed-off-by: M. Fatih Cırıt <[email protected]>
…6475) Signed-off-by: M. Fatih Cırıt <[email protected]> Signed-off-by: Kotaro Yoshimoto <[email protected]>
…utowarefoundation#6475) Signed-off-by: M. Fatih Cırıt <[email protected]>
Description
Part of:
Related:
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
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.