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

chore: sync upstream #527

Merged
merged 9 commits into from
May 26, 2023
Merged

chore: sync upstream #527

merged 9 commits into from
May 26, 2023

Conversation

tier4-autoware-public-bot[bot]
Copy link

satoshi-ota and others added 9 commits May 25, 2023 12:08
…3807)

* feat(launch): remap stop reasons

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* feat(behavior_path_planner): add interface to output stop reasons

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* feat(behavior_path_planner): add interface to output stop reasons

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* feat(avoidance): output stop reason

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: wep21 <daisuke.nishimatsu1021@gmail.com>
…ndation#3795)

* feat(system_monitor): add detection of ECC memory errors

Signed-off-by: ito-san <fumihito.ito@tier4.jp>

* style(pre-commit): autofix

* fix process crash when edac-utils is not installed

Signed-off-by: ito-san <fumihito.ito@tier4.jp>

* style(pre-commit): autofix

---------

Signed-off-by: ito-san <fumihito.ito@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: yutaka <purewater0901@gmail.com>
…autowarefoundation#3814)

fix(concatedate_date): add error handling when sensor points are empty
…n#3816)

* refactor(mission_planner): clean reroute code

Signed-off-by: yutaka <purewater0901@gmail.com>

* feat(mission_planner): add minimum reroute length

Signed-off-by: yutaka <purewater0901@gmail.com>

* update

Signed-off-by: yutaka <purewater0901@gmail.com>

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
…gth (autowarefoundation#3818)

* refactor(mission_planner): clean reroute code

Signed-off-by: yutaka <purewater0901@gmail.com>

* feat(mission_planner): add minimum reroute length

Signed-off-by: yutaka <purewater0901@gmail.com>

* fix(mission_planner): subtract goal distance from safety distance

Signed-off-by: yutaka <purewater0901@gmail.com>

---------

Signed-off-by: yutaka <purewater0901@gmail.com>
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 5.51% and project coverage change: -3.65 ⚠️

Comparison is base (9ebf491) 10.88% compared to head (712c11c) 7.24%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@              Coverage Diff              @@
##           tier4/main    #527      +/-   ##
=============================================
- Coverage       10.88%   7.24%   -3.65%     
=============================================
  Files             110     205      +95     
  Lines           13887   20975    +7088     
  Branches         6197    6208      +11     
=============================================
+ Hits             1512    1520       +8     
- Misses          10483   17558    +7075     
- Partials         1892    1897       +5     
Flag Coverage Δ
differential 7.24% <5.51%> (-3.65%) ⬇️
Impacted Files Coverage Δ
...manager_rviz_plugin/src/bag_time_manager_panel.cpp 0.00% <0.00%> (ø)
.../rtc_manager_rviz_plugin/src/rtc_manager_panel.cpp 0.00% <0.00%> (ø)
...tic_goal_rviz_plugin/src/automatic_goal_sender.cpp 0.00% <0.00%> (ø)
...ontrol_rviz_plugin/src/tools/manual_controller.cpp 0.00% <0.00%> (ø)
...er4_state_rviz_plugin/src/autoware_state_panel.cpp 0.00% <0.00%> (ø)
...king/include/autonomous_emergency_braking/node.hpp 0.00% <ø> (ø)
control/autonomous_emergency_braking/src/node.cpp 0.00% <0.00%> (ø)
...troller/src/joy_controller/joy_controller_node.cpp 0.00% <0.00%> (ø)
...ization/ndt_scan_matcher/src/map_update_module.cpp 0.00% <0.00%> (ø)
.../include/behavior_path_planner/planner_manager.hpp 0.00% <ø> (ø)
... and 10 more

... and 106 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tier4-autoware-public-bot tier4-autoware-public-bot bot merged commit f0a1747 into tier4/main May 26, 2023
@tier4-autoware-public-bot tier4-autoware-public-bot bot deleted the sync-upstream branch May 26, 2023 02:52
yn-mrse pushed a commit that referenced this pull request Jun 20, 2023
…tion_successful_rate (backport #527, #926, #1166) (#290)

* feat(dummy_perception_publisher): publish realistic dummy pointcloud using raymarchig (#527)

* Create pointcloud by raycasting from vehicle

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* [after-review] Use vector of ObjectInfo

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* [after-review] Implemented by strategy pattern

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* [after-review] split files

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Use pcl raytracing

Tmp

Tmp

Tmp

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Add signed distance function lib

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Use sdf library

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Remove no longer used functions

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Refactor

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Simplify getPoint

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Raytracing considering inter object relation

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Add random noise

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Default is object centric

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Return if no objects are detected

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Change definition of tf_global_to_local (same as other autoware codes)

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Remove create method

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Reaname: VehicleCentric -> EgoCentric

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Refactor a bit

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Tune parameter

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Fix: Even if selected_idices is zero, pointclouds must be published

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Fix launch file

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Fix typo

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Fix: create merged pointcloud when no idx is selected

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Use ray-maching by default

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* perf(dummy_perception_publisher): tune ego-centric pointcloud generation of dummy perception publisher (#926)

* Take advantage of visible range

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Tune

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Fix: typo

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>

* Use hypot

* fix(dummy_perception_publisher): independent of pointcloud from detection_successful_rate (#1166)

* fix(dummy_perception_publisher): independent of pointcloud from detection_success_rate

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* ci(pre-commit): autofix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

---------

Signed-off-by: Hirokazu Ishida <h-ishida@jsk.imi.i.u-tokyo.ac.jp>
Co-authored-by: Hirokazu Ishida <38597814+HiroIshida@users.noreply.github.com>
Co-authored-by: Shumpei Wakabayashi <42209144+shmpwk@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

7 participants