-
Notifications
You must be signed in to change notification settings - Fork 10
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
refactor: remove -d for ros2 caret command #129
Conversation
Signed-off-by: bopeng-saitama <[email protected]>
Signed-off-by: bopeng-saitama <[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
and it worked fine.
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.
The following four commands were checked before and after the application of PR.
- ros2 caret check_ctf
- ros2 caret node_summary
- ros2 caret topic_summary
- ros2 caret trace_point_summary
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.
According to the original discussion, any unnecessary -?
should be removed.
So, I think -w
in check_caret_rclcpp
and should be also removed.-f
in create_architecture_file
@nabetetsu
Could you confirm if we remove them or not?
@takeshi-iwanari I agree with removing unnecessary options. But |
Oops, it's my bad. I fixed my original comment. |
Here is the all list of caret command, and code blocks are options that should be removed. $ ros2 caret check_caret_rclcpp --help options: $ ros2 caret check_ctf --help options: $ ros2 caret create_architecture_file -h positional arguments: options: $ ros2 caret node_summary -h options: $ ros2 caret record -h options: $ ros2 caret topic_summary -h options: $ ros2 caret trace_point_summary -h options: $ ros2 caret verify_paths -h positional arguments: options: $ ros2 caret version |
Sorry for too long list, but I think that if |
Signed-off-by: bopeng-saitama <[email protected]>
bf20e5e
fixed in bf20e5e |
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 for taking care of it!
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.
Description
remove -d for ros2 caret command
Related links
Jira: https://tier4.atlassian.net/browse/RT2-975
Notes for reviewers
Pre-review checklist for the PR author
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.