-
Notifications
You must be signed in to change notification settings - Fork 660
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(external_cmd_converter): replace polling takeData function with the callback function #7263
feat(external_cmd_converter): replace polling takeData function with the callback function #7263
Conversation
…h takeData function. Signed-off-by: N-Eiki <[email protected]>
Signed-off-by: N-Eiki <[email protected]>
Signed-off-by: N-Eiki <[email protected]>
@N-Eiki
|
vehicle/external_cmd_converter/include/external_cmd_converter/node.hpp
Outdated
Show resolved
Hide resolved
vehicle/external_cmd_converter/include/external_cmd_converter/node.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: N-Eiki <[email protected]>
… to snake_case, delete redundant if sentences Signed-off-by: N-Eiki <[email protected]>
Signed-off-by: N-Eiki <[email protected]>
Signed-off-by: N-Eiki <[email protected]>
Signed-off-by: N-Eiki <[email protected]>
…com:N-Eiki/autoware.universe into feat/use_takeData_in_external_cmd_converter
cppcheck-all / cppcheck-all (pull_request) is just for monitoring, so this failure is no problem. |
vehicle/external_cmd_converter/include/external_cmd_converter/node.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: N-Eiki <[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
…the callback function (#7263) * delete duplicated sentence. \n replace callback data get function with takeData function. Signed-off-by: N-Eiki <[email protected]> * add maintainer Signed-off-by: N-Eiki <[email protected]> * delete name Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix * handle to comment: delete waste line Signed-off-by: N-Eiki <[email protected]> * fix: treat clang-tidy-differential's warnings. for examples CamelCase to snake_case, delete redundant if sentences Signed-off-by: N-Eiki <[email protected]> * fix mailadress miss Signed-off-by: N-Eiki <[email protected]> * style(pre-commit): autofix * format by clang-format Signed-off-by: N-Eiki <[email protected]> * delete static Signed-off-by: N-Eiki <[email protected]> * unify to *_sub_ Signed-off-by: N-Eiki <[email protected]> --------- Signed-off-by: N-Eiki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
In this PR, instead of getting msg in callback, it is changed to get msg using takeData function of polling_subscriber in utils.
Related links
Tests performed
the module works as before
before
before.mp4
after
after.mp4
Notes for reviewers
Interface changes
none
ROS Topic Changes
ROS Parameter Changes
Effects on system behavior
none
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.