-
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
chore: sync upstream #376
chore: sync upstream #376
Commits on Apr 24, 2023
-
fix(static_centerline_optimizer): show unsafe footprints with vector …
…map builder (autowarefoundation#3472) fix: unsafe footprints Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 575b21d - Browse repository at this point
Copy the full SHA 575b21dView commit details -
feat(behavior_path_planner): make drivable area expansion parameters …
…common (autowarefoundation#3499) * feat(behavior_path_planner): make drivable area expansion parameters common Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * fix Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * Nonoverlap -> NonOverlap 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>
Configuration menu - View commit details
-
Copy full SHA for 1d4bf8e - Browse repository at this point
Copy the full SHA 1d4bf8eView commit details -
feat(behavior_velocity_planner::intersection): add occlusion detectio…
…n feature (autowarefoundation#3458) * migrated Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * WIP Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * IntersectionModuleManager own one rtc_interface for intersection_occlusion Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> * divide occlusion safety and activated Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> * fixed to update occlusion cooperate status at construction Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed getOcclusionFirstStopSafety() Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed not to show both intersection and intersection_occlusion after passed 1st stop line Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed the intersection_occlusion/inersection stop position afte r CLEARED Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * if occlusion cleared when eog is before 1st stop line, set stop line to 1st stop line and clear prev_occlusion_stop_line_pose_ Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * (misc) fix viz, sync param Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed vehicle footprint offset calculation Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * add occcupancy_grid_map method/param var to launcher Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * migrated latest Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use static pass judge line Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * removed some params Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * organized param Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * add occlusion enable flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * revert occupancy grid settings in this PR Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * remove comment Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed pass judge line collision detection to original Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * style(pre-commit): autofix * use vehicle_length for static pass judge line Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Mamoru Sobue <hilo.soblin@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a3a653d - Browse repository at this point
Copy the full SHA a3a653dView commit details -
feat(lidar_centerpoint_tvm): single inference lidar centerpoint node (a…
…utowarefoundation#3130) * add signle_inference_node to lidar_centerpoint_tvm * style(pre-commit): autofix * change python3 to python * changes model_name in lidar_centerpoint_tvm.launch.xml from centerpoint_tiny to centerpoint * remove unnecessary parameters in single_inference_lidar_centerpoint_tvm.launch.xml --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Xinyu Wang <93699235+angry-crab@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aba954f - Browse repository at this point
Copy the full SHA aba954fView commit details -
feat(intersection): add flag to enable creep towards intersection occ…
…lusion (autowarefoundation#3510) * feat(intersection): add flag to enable creep towards intersection occlusion 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>
Configuration menu - View commit details
-
Copy full SHA for 2a0f760 - Browse repository at this point
Copy the full SHA 2a0f760View commit details -
chore(lane_change): use BehaviorModuleOuput as output of generatePlan…
…nedPath (autowarefoundation#3508) * chore(lane_change): use BehaviorModuleOuput as output of generatePlannedPath Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * generatePlannedPath->generateOutput and generateExtendedDrivableArea->extendOutputDrivableArea Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> * move assignment in plan to generateOutput Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> * fix pointer error in new module Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> --------- Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp> Co-authored-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for bc8ab77 - Browse repository at this point
Copy the full SHA bc8ab77View commit details -
feat(intersection): send intersection/intersection_occlusion rtc stat…
…us (autowarefoundation#3511) * Merge feat/intersection-occlusion-latest (#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 16f6434 - Browse repository at this point
Copy the full SHA 16f6434View commit details -
feat(default_ad_api): add route change api (autowarefoundation#3197)
* feat: add route change api Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> * fix: reroute Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp> --------- Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for cc55996 - Browse repository at this point
Copy the full SHA cc55996View commit details -
fix(compare_map_segmentation): update remaining compare map filters f…
…or dynamic map loader (autowarefoundation#3365) * initialize dynamic loader class Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: static and dynamic loader Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix(voxel_distance_based): add processing time Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * feat: add map loader for voxel based approximatef filter Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: add debug processing time Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * feat: add dml for distance based compare map filter Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: dyanmic map loader for distance based Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * refactoring Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: voxel_distance_base bug Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * fix: bug Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * docs: update readme Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: typo Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: typo Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> * chore: remove excessive comments Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp> --------- Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for bf59986 - Browse repository at this point
Copy the full SHA bf59986View commit details -
feat(intersection): send intersection/intersection_occlusion rtc status(
fix autowarefoundation#3511) (autowarefoundation#3512) * Merge feat/intersection-occlusion-latest (#8) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed virtual wall marker Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * use is_occluded flag Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * 3 rtc intersection appears Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus before sendRTC not to duplicate default/occlusion_first_stop_uuid Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * clearCooperateStatus at the beginning of send RTC Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for de4b01b - Browse repository at this point
Copy the full SHA de4b01bView commit details -
feat(avoidance): separate debug marker namespace for each ignore reas…
…on (autowarefoundation#3507) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 784919d - Browse repository at this point
Copy the full SHA 784919dView commit details -
fix(avoidance): use infinity to show that next traffic light doesn't …
…exist explicitly (autowarefoundation#3506) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1c15bcf - Browse repository at this point
Copy the full SHA 1c15bcfView commit details -
chore: update codeowners (autowarefoundation#3513)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for 345315e - Browse repository at this point
Copy the full SHA 345315eView commit details -
chore(intersection): add visualization dependency (autowarefoundation…
…#3509) * chore(intersection): add visualization dependency Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21bd777 - Browse repository at this point
Copy the full SHA 21bd777View commit details -
feat(intersection): fixed virtual wall visualization (autowarefoundat…
…ion#3514) * fixed virtual wall visualization Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fixed occlusion.enable param Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * reflected comments Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Configuration menu - View commit details
-
Copy full SHA for d93b622 - Browse repository at this point
Copy the full SHA d93b622View commit details -
feat(pull_over): minor change with drivable area expansion (autowaref…
…oundation#3515) * feat(pull_over): can use different offsets for right left drivable area expansion 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>
Configuration menu - View commit details
-
Copy full SHA for f2b7687 - Browse repository at this point
Copy the full SHA f2b7687View commit details