-
Notifications
You must be signed in to change notification settings - Fork 32
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(planing_evaluator): add dianostic_converter and modfied_goal_deviation #322
Conversation
… output for scenario's condition (autowarefoundation#2514) * add original diagnostic_convertor Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * add test Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix typo Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * delete file Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change include Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * temp Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * delete comments Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * made launch for converter Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * ci(pre-commit): autofix * ci(pre-commit): autofix * add diagnostic convertor in launch Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * ci(pre-commit): autofix * change debug from info Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * change arg name to launch diagnostic convertor * add planning_evaluator launcher in simulator.launch.xml Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix arg wrong setting Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * use simulation msg in tier4_autoware_msgs Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * fix README Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * refactoring Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * remove unnecessary dependency Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * remove unnecessary dependency Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * move folder Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * reformat Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * style(pre-commit): autofix * Update evaluator/diagnostic_converter/include/converter_node.hpp Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Update evaluator/diagnostic_converter/README.md Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Update evaluator/diagnostic_converter/src/converter_node.cpp Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * Update evaluator/diagnostic_converter/test/test_converter_node.cpp Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * define diagnostic_topics as parameter Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix include way Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix include way Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * delete ament_cmake_clang_format from package.xml Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * fix test_depend Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> * Update evaluator/diagnostic_converter/test/test_converter_node.cpp Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> * style(pre-commit): autofix * Update launch/tier4_simulator_launch/launch/simulator.launch.xml Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com> --------- Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Maxime CLEMENT <78338830+maxime-clem@users.noreply.github.com>
…tion#3053) * feat(planning_evaluator): add modified goal deviation Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add abs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * remove setModifiedGoal Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * use Point and rename func Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix func docs Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix and add tests Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## beta/v0.7.0-odaiba1 #322 +/- ##
=====================================================
Coverage ? 5.05%
=====================================================
Files ? 189
Lines ? 18871
Branches ? 8373
=====================================================
Hits ? 954
Misses ? 17240
Partials ? 677
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…ion#2602) * feat(behavior_path_planner): modified goal with uuid Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix typo Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix for top header Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * change to PoseWithUuidStamped Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…utowarefoundation#2662) * feat(tier4_planning_rviz_plugin): visualize pose_stamped_with_uuid Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update common/tier4_planning_rviz_plugin/include/pose_stamped_with_uuid/display.hpp Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * Update common/tier4_planning_rviz_plugin/src/pose_stamped_with_uuid/display.cpp Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com> * rename to pose_with_uuid_stamped Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add icon Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * change default size Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…n#3095) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
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
* feat(ansible): add ccache into docker image Signed-off-by: Berkay <berkay@leodrive.ai> * Update ansible/roles/ccache/meta/main.yaml Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: Berkay <berkay@leodrive.ai> Co-authored-by: Berkay <berkay@leodrive.ai> Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Description
cherry-pick
Related links
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.