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: add radar tracks msgs converter #1012

Conversation

scepter914
Copy link
Contributor

@scepter914 scepter914 commented May 31, 2022

Description

Make radar_tracks_msgs_converter, new feature for radar perception.

Related links

Tests performed

Confirm on rviz.

Screenshot from 2022-06-01 01-28-17

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.

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>
Signed-off-by: scepter914 <scepter914@gmail.com>
@scepter914 scepter914 changed the title feature: radar tracks msgs converter feat: add radar tracks msgs converter May 31, 2022
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #1012 (4c834ef) into main (bf88d08) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main   #1012      +/-   ##
========================================
- Coverage   9.66%   9.64%   -0.02%     
========================================
  Files        960     962       +2     
  Lines      64349   64471     +122     
  Branches   11183   11183              
========================================
  Hits        6217    6217              
- Misses     52969   53091     +122     
  Partials    5163    5163              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 9.63% <ø> (ø) Carriedforward from 479106a

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

Impacted Files Coverage Δ
...sgs_converter/radar_tracks_msgs_converter_node.hpp 0.00% <0.00%> (ø)
...onverter_node/radar_tracks_msgs_converter_node.cpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf88d08...4c834ef. Read the comment docs.

Signed-off-by: scepter914 <scepter914@gmail.com>
@scepter914 scepter914 marked this pull request as ready for review June 1, 2022 07:21
@yukke42 yukke42 added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Jun 2, 2022
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
Signed-off-by: scepter914 <scepter914@gmail.com>
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 488000a into autowarefoundation:main Jun 20, 2022
@scepter914 scepter914 deleted the feature/radar_tracks_msgs_converter branch June 20, 2022 09:18
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
* add radar_tracks_msgs_converter

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

* apply format

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

* apply format

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

* fix compile error on autoware cmake

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

* fix namespace for cpplint

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

* fix for humble

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

* fix paramter copy

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

* update README

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

* add RadarTrackObjectID enum class

Signed-off-by: scepter914 <scepter914@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
* add radar_tracks_msgs_converter

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

* apply format

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

* apply format

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

* fix compile error on autoware cmake

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

* fix namespace for cpplint

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

* fix for humble

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

* fix paramter copy

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

* update README

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

* add RadarTrackObjectID enum class

Signed-off-by: scepter914 <scepter914@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
* add radar_tracks_msgs_converter

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

* apply format

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

* apply format

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

* fix compile error on autoware cmake

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

* fix namespace for cpplint

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

* fix for humble

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

* fix paramter copy

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

* update README

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

* add RadarTrackObjectID enum class

Signed-off-by: scepter914 <scepter914@gmail.com>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
* add radar_tracks_msgs_converter

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

* apply format

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

* apply format

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

* fix compile error on autoware cmake

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

* fix namespace for cpplint

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

* fix for humble

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

* fix paramter copy

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

* update README

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

* add RadarTrackObjectID enum class

Signed-off-by: scepter914 <scepter914@gmail.com>
saka1-s pushed a commit to saka1-s/autoware.universe that referenced this pull request Nov 28, 2023
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
iwatake2222 pushed a commit to iwatake2222/autoware.universe that referenced this pull request Jan 17, 2025
…ation#1012)

* feat(autoware_launch): replace autoware_auto_mapping_msg with autoware_map_msg (autowarefoundation#688)

feat(autoware_launch): remove autoware auto mapping msg

Signed-off-by: liu cui <cynthia.liu@autocore.ai>

* fix: planning_msg (autowarefoundation#717)

fix:planning_msg

Signed-off-by: jack.song <jack.song@autocore.ai>

* feat(autoware_launch): replace autoware_control_msg with autoware_con… (autowarefoundation#725)

feat(autoware_launch): replace autoware_control_msg with autoware_control_msg

Signed-off-by: NorahXiong <norah.xiong@autocore.ai>

* feat(autoware_launch): replace autoware_auto_vehicle_msgs with autoware_vehicle_msgs

Signed-off-by: liu cui <cynthia.liu@autocore.ai>

* fix(topics.yaml): fix AUTO button bug

Signed-off-by: liu cui <cynthia.liu@autocore.ai>

* feat(autoware_launch): rename autoware_auto_perception_rviz_plugin to autoware_perception_rviz_plugin

Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>

* feat: rename TrafficSignal messages to TrafficLightGroup

Signed-off-by: liu cui <cynthia.liu@autocore.ai>

---------

Signed-off-by: liu cui <cynthia.liu@autocore.ai>
Signed-off-by: jack.song <jack.song@autocore.ai>
Signed-off-by: NorahXiong <norah.xiong@autocore.ai>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Co-authored-by: cyn-liu <104069308+cyn-liu@users.noreply.github.com>
Co-authored-by: shulanbushangshu <102840938+shulanbushangshu@users.noreply.github.com>
Co-authored-by: NorahXiong <103234047+NorahXiong@users.noreply.github.com>
Co-authored-by: liu cui <cynthia.liu@autocore.ai>
Co-authored-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:perception Advanced sensor data processing and environment understanding. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants