Skip to content
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/common drivable area generation2 #373

Conversation

takayuki5168
Copy link

Note: Confirm the contribution guidelines before submitting a pull request.

Click the Preview tab and select a PR template:

Do NOT send a PR with this description.

@takayuki5168 takayuki5168 marked this pull request as draft April 23, 2023 02:09
@takayuki5168 takayuki5168 force-pushed the feat/common-drivable-area-generation2 branch 3 times, most recently from f49336d to d0810f9 Compare April 23, 2023 18:35
@takayuki5168 takayuki5168 changed the base branch from feat/common-dynamic-drivable-area-width to chore/change-lc-output April 23, 2023 18:37
@takayuki5168 takayuki5168 force-pushed the feat/common-drivable-area-generation2 branch from d0810f9 to e69f5f3 Compare April 23, 2023 19:04
@codecov-commenter
Copy link

codecov-commenter commented Apr 23, 2023

Codecov Report

❗ No coverage uploaded for pull request base (chore/change-lc-output@2432ee3). Click here to learn what that means.
Patch has no changes to coverable lines.

📣 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                    @@
##             chore/change-lc-output     #373   +/-   ##
=========================================================
  Coverage                          ?   12.62%           
=========================================================
  Files                             ?       89           
  Lines                             ?    10620           
  Branches                          ?     5712           
=========================================================
  Hits                              ?     1341           
  Misses                            ?     7710           
  Partials                          ?     1569           
Flag Coverage Δ
differential 12.62% <0.00%> (?)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@takayuki5168 takayuki5168 force-pushed the chore/change-lc-output branch from 7d20407 to 2432ee3 Compare April 24, 2023 01:55
@takayuki5168 takayuki5168 force-pushed the feat/common-drivable-area-generation2 branch from e69f5f3 to 86662e9 Compare April 24, 2023 01:55
@takayuki5168 takayuki5168 force-pushed the chore/change-lc-output branch from f17bb86 to 0e0c6bc Compare April 24, 2023 02:11
soblin and others added 3 commits April 24, 2023 11:47
…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>
…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>
…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>
takayuki5168 and others added 3 commits April 24, 2023 15:19
…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>
@takayuki5168 takayuki5168 force-pushed the feat/common-drivable-area-generation2 branch from 86662e9 to 8d4cded Compare April 24, 2023 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants