-
Notifications
You must be signed in to change notification settings - Fork 691
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(ndt_scan_matcher): detect loss PCD #6735
feat(ndt_scan_matcher): detect loss PCD #6735
Conversation
Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
@Motsu-san @YamatoAndo @SakodaShintaro I made a draft here to discuss the functionalities of this PR. This PR is made for the task "Detect PCD Map not input".
Could you guys please let me know your thought on this implementation? |
Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
* docs(lane_change): update documentation Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * update validity check flow chart Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * explanation for the valid paths Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add prerequisite in the requirement Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * update diagram Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Edit the parameters Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Explaining lane expansion Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix lane expansion document Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…arating for each object (autowarefoundation#6681) * feat(perception_online_evaluator): unify debug markers instead of separating for each object Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * fix for Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…n check (autowarefoundation#6682) fix test Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…hs (autowarefoundation#6721) * add validation check to prevent over cropped paths Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * use constexpr for magic number Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * make the threshold a param Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…foundation#6704) * feat(obstacle_avoidance_planner): sanitize reference points Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> * bugfix, first point was excluded Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com> --------- Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
…alization (autowarefoundation#6723) Added "used_defined_initial_pose" to dummy localization Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
…UI (autowarefoundation#6717) feat: add GUI for static centerline optimizer Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…ate recomputation (autowarefoundation#6706) * fix: mot debug timer, full set of timings Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: reduce timers, rename topics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: separate debugger Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: fix comments Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: fix stamp initialization, remove unused function Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…utowarefoundation#6701) * feat(object_recognition_utils): check input polygon on IoU calculations Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * fix: MIN_AREA close to the epsilon of float 1e-6 Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…tion#6730) check trajectory size Signed-off-by: beyza <bnk@leodrive.ai> Co-authored-by: beyza <bnk@leodrive.ai>
…map (autowarefoundation#6727) * fix(static_centerline_optimizer): fix lat/lon value of generated LL2 map Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…tion#6561) * fix(lane_change): check prepare phase in intersection Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add new parameter, also create function Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Rename parameters Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix spell check * fix config file Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * call the function check_prepare_phase only once Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * add parameter description in README Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * minor refactoring Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Doxygen description Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…efoundation#6722) Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…6729) chore(goal_planner): delete comments Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…utowarefoundation#5021) * add remote * feat(global_parameter_loader): add gtest of global-parameter-loader Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai> * style(pre-commit): autofix --------- Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ryohsuke Mitsudome <43976834+mitsudome-r@users.noreply.github.com>
… defined (autowarefoundation#6664) Signed-off-by: Berkay Karaman <brkay54@gmail.com>
…n#6705) * rework parameters Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com> * . Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com> * . Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…polling (autowarefoundation#6702) change to read topic by polling Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
…luation (autowarefoundation#6737) Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…oundation#6733) * fix: hazard status converter Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: topic name and modes Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix check target mode Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix message type Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * Revert "fix check target mode" This reverts commit 8b190b7. --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
…ndation#6734) Signed-off-by: Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
…m yaw_rate calculation (autowarefoundation#6748) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…obstacle pointcloud is empty (autowarefoundation#6684) * feat: skip validation when obstacle pointcloud is empty Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: remove mistakenly unremoved line Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
…arefoundation#6726) * feat(lane_change): check prepare phase in turn direction lanes Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Doxygen comment Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * Add config Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix comments by the reviewer Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp>
Description
In map update module, add a timeout period (currently 10 msec) when wait for pcd loader client. After the timeout period, if there is no response from the client, output a warning message and drop the update.
Tests performed
Not applicable.
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.