-
Notifications
You must be signed in to change notification settings - Fork 665
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(obstacle_stop_planner): add test #599
feat(obstacle_stop_planner): add test #599
Conversation
Please make sure to pass the pre-commit |
Codecov Report
@@ Coverage Diff @@
## main #599 +/- ##
==========================================
- Coverage 10.75% 10.73% -0.03%
==========================================
Files 1111 1111
Lines 78544 78726 +182
Branches 18555 18555
==========================================
Hits 8451 8451
- Misses 61236 61418 +182
Partials 8857 8857
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
planning/obstacle_stop_planner/test/test_obstacle_stop_planner_node.test.py
Show resolved
Hide resolved
planning/obstacle_stop_planner/test/test_obstacle_stop_planner_node.test.py
Show resolved
Hide resolved
This pull request has been automatically marked as stale because it has not had recent activity. |
@hrjp This pr seems to be left as a draft for two months. Could you consider closing it until you are truly ready or could you finish the pr so the reviewers can review the PR? |
…alculation results
Signed-off-by: hrjp <r115159@g.kobe-kosen.ac.jp>
Signed-off-by: hrjp <r115159@g.kobe-kosen.ac.jp>
b45da4b
to
9898734
Compare
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Since there is no reply, this PR is closed. Please reopen if necessary |
Description
Added a part of the test code in obstacle_stop_planner package.
Only straight trajectory is used for the test since it will be hard to verify the function with the non-straight trajectory because of the distortion.
Related links
#597
Tests performed
Notes for reviewers
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.