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(radar_static_pointcloud_filter): add radar_static_pointcloud_filter package #2362

Conversation

scepter914
Copy link
Contributor

@scepter914 scepter914 commented Nov 24, 2022

Description

Add radar_static_pointcloud_filter package.
This package follow proposed radar sensing architecture.

Related links

Tests performed

Test by rosbag.

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

…ter package

Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) labels Nov 24, 2022
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
@scepter914 scepter914 changed the title feat(radar_static_pointcloud_filter): add radar_static_pointcloud_filter package feat(radar_static_pointcloud_filter): add radar_static_pointcloud_filter package Nov 24, 2022
@codecov
Copy link

codecov bot commented Nov 24, 2022

Codecov Report

Base: 10.47% // Head: 10.51% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (4cdef57) compared to base (1940b87).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2362      +/-   ##
==========================================
+ Coverage   10.47%   10.51%   +0.03%     
==========================================
  Files        1248     1248              
  Lines       91327    90991     -336     
  Branches    21037    21033       -4     
==========================================
  Hits         9566     9566              
+ Misses      71573    71239     -334     
+ Partials    10188    10186       -2     
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 10.49% <0.00%> (+0.04%) ⬆️ Carriedforward from 192d606

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
.../lane_departure_checker/lane_departure_checker.hpp 0.00% <ø> (ø)
...rture_checker_node/lane_departure_checker_node.cpp 0.41% <0.00%> (ø)
...ion/crosswalk_traffic_light_estimator/src/node.cpp 0.00% <0.00%> (ø)
.../include/traffic_light_map_based_detector/node.hpp 0.00% <ø> (ø)
...tion/traffic_light_map_based_detector/src/node.cpp 0.00% <0.00%> (ø)
...havior_path_planner/behavior_path_planner_node.hpp 0.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.19% <0.00%> (+<0.01%) ⬆️
...clude/freespace_planner/freespace_planner_node.hpp 0.00% <ø> (ø)
...r/src/freespace_planner/freespace_planner_node.cpp 0.00% <0.00%> (ø)
.../src/goal_pose_visualizer/goal_pose_visualizer.cpp 0.00% <0.00%> (ø)
... and 80 more

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

Signed-off-by: scepter914 <scepter914@gmail.com>
scepter914 and others added 3 commits November 29, 2022 13:31
…loud_filter_node/radar_static_pointcloud_filter_node.cpp

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
@scepter914 scepter914 force-pushed the feat/radar_static_pointcloud_filter branch from 331cf53 to 42b3c34 Compare November 29, 2022 04:31
@yukkysaito yukkysaito self-requested a review November 30, 2022 02:28
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scepter914 scepter914 merged commit 19a0039 into autowarefoundation:main Dec 1, 2022
@scepter914 scepter914 deleted the feat/radar_static_pointcloud_filter branch December 1, 2022 01:34
HansRobo pushed a commit to HansRobo/autoware.universe that referenced this pull request Dec 16, 2022
…ter package (autowarefoundation#2362)

* feat(radar_static_pointcloud_filter): add radar_static_pointcloud_filter package

Signed-off-by: scepter914 <scepter914@gmail.com>

* apply pre-commit

Signed-off-by: scepter914 <scepter914@gmail.com>

* refactor

Signed-off-by: scepter914 <scepter914@gmail.com>

* use autoware_cmame in CMakeLists.txt

Signed-off-by: scepter914 <scepter914@gmail.com>

* delete transform member variable

Signed-off-by: scepter914 <scepter914@gmail.com>

* add dependancy

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix transform

Signed-off-by: scepter914 <scepter914@gmail.com>

* add code maintainer

Signed-off-by: scepter914 <scepter914@gmail.com>

* ci(pre-commit): autofix

* fix duration time

Signed-off-by: scepter914 <scepter914@gmail.com>

* change duration time

Signed-off-by: scepter914 <scepter914@gmail.com>

* Update sensing/radar_static_pointcloud_filter/src/radar_static_pointcloud_filter_node/radar_static_pointcloud_filter_node.cpp

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>

* fix from variable renaming

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix function of convert velocity from doppler velocity

Signed-off-by: scepter914 <scepter914@gmail.com>

Signed-off-by: scepter914 <scepter914@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Jan 6, 2023
…ter package (autowarefoundation#2362)

* feat(radar_static_pointcloud_filter): add radar_static_pointcloud_filter package

Signed-off-by: scepter914 <scepter914@gmail.com>

* apply pre-commit

Signed-off-by: scepter914 <scepter914@gmail.com>

* refactor

Signed-off-by: scepter914 <scepter914@gmail.com>

* use autoware_cmame in CMakeLists.txt

Signed-off-by: scepter914 <scepter914@gmail.com>

* delete transform member variable

Signed-off-by: scepter914 <scepter914@gmail.com>

* add dependancy

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix transform

Signed-off-by: scepter914 <scepter914@gmail.com>

* add code maintainer

Signed-off-by: scepter914 <scepter914@gmail.com>

* ci(pre-commit): autofix

* fix duration time

Signed-off-by: scepter914 <scepter914@gmail.com>

* change duration time

Signed-off-by: scepter914 <scepter914@gmail.com>

* Update sensing/radar_static_pointcloud_filter/src/radar_static_pointcloud_filter_node/radar_static_pointcloud_filter_node.cpp

Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>

* fix from variable renaming

Signed-off-by: scepter914 <scepter914@gmail.com>

* fix function of convert velocity from doppler velocity

Signed-off-by: scepter914 <scepter914@gmail.com>

Signed-off-by: scepter914 <scepter914@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:sensing Data acquisition from sensors, drivers, preprocessing. (auto-assigned) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants