-
Notifications
You must be signed in to change notification settings - Fork 664
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(autoware_test_utils): add jump_clock interface #7638
feat(autoware_test_utils): add jump_clock interface #7638
Conversation
Signed-off-by: kminoda <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7638 +/- ##
==========================================
+ Coverage 14.84% 23.49% +8.65%
==========================================
Files 1999 629 -1370
Lines 139163 57363 -81800
Branches 43716 22296 -21420
==========================================
- Hits 20661 13480 -7181
+ Misses 95731 41838 -53893
+ Partials 22771 2045 -20726
☔ View full report in Codecov by Sentry. |
Signed-off-by: kminoda <[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!
Thank you so much for the contributin to the package.
I really appreciate it if the package is developed by the perception and other modules developer. And also welcome to proposing the change to original implementation too.
…n#7638) * feat(auoware_test_utils): add jump_clock interface Signed-off-by: kminoda <[email protected]> * add comment Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…n#7638) * feat(auoware_test_utils): add jump_clock interface Signed-off-by: kminoda <[email protected]> * add comment Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
* feat(auoware_test_utils): add jump_clock interface Signed-off-by: kminoda <[email protected]> * add comment Signed-off-by: kminoda <[email protected]> --------- Signed-off-by: kminoda <[email protected]>
Description
Add
jump_clock
interfaceTests performed
Tested with the other PR: #7637
Notes for reviewers
None
Interface changes
None
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.