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(simple_object_tracker): add_simple_object_tracker #612

Conversation

purewater0901
Copy link
Contributor

Description

This PR includes a simple object tracking module, which just transforms a detected object into a tracked object. This package will be useful when people want to get the non-delayed object in simulation.

Related links

Tests performed

Notes for reviewers

Check the module to run the scenario simulator by changing the tracking.launch.xml.

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.

@purewater0901 purewater0901 changed the title Feature/add simple tracking node feat(simple_object_tracker): add_simple_object_tracker Mar 31, 2022
@yukkysaito
Copy link
Contributor

It seems the id required by tracking is not included.

@yukkysaito
Copy link
Contributor

I think the role of the tracking component is not being fulfilled.
Does this need to be merged into perception?

@codecov
Copy link

codecov bot commented Mar 31, 2022

Codecov Report

Merging #612 (8a85eca) into main (007487a) will decrease coverage by 10.91%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #612       +/-   ##
==========================================
- Coverage   10.91%   0.00%   -10.92%     
==========================================
  Files         706       1      -705     
  Lines       49835      49    -49786     
  Branches     7116       0     -7116     
==========================================
- Hits         5438       0     -5438     
+ Misses      40016      49    -39967     
+ Partials     4381       0     -4381     
Impacted Files Coverage Δ
..._object_tracker/src/simple_object_tracker_core.cpp 0.00% <0.00%> (ø)
...tetime_rviz_plugin/src/autoware_datetime_panel.cpp
...n/autoware_auto_geometry/test/src/lookup_table.cpp
...ehavior_path_planner/path_shifter/path_shifter.hpp
...n/include/shape_estimation/filter/truck_filter.hpp
.../motion_common/src/motion_common/motion_common.cpp
...src/object_detection/predicted_objects_display.cpp
...toware_auto_geometry/test/src/test_convex_hull.cpp
...nterpolation/test/src/test_interpolation_utils.cpp
...include/object_detection/object_polygon_detail.hpp
... and 697 more

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 007487a...8a85eca. Read the comment docs.

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.

Need to discuss, including whether to merge or not.

@purewater0901
Copy link
Contributor Author

@yukkysaito Let's talk about this package later.

@purewater0901
Copy link
Contributor Author

We decided not to include the simple object tracker, so I'm going to close this PR.

@kenji-miyake kenji-miyake deleted the feature/add_simple_tracking_node branch July 7, 2022 04:03
kyoichi-sugahara pushed a commit that referenced this pull request Sep 16, 2023
…itHub CLI (#612)

* build(deps): bump peter-evans/enable-pull-request-automerge from 2 to 3

Bumps [peter-evans/enable-pull-request-automerge](https://github.com/peter-evans/enable-pull-request-automerge) from 2 to 3.
- [Release notes](https://github.com/peter-evans/enable-pull-request-automerge/releases)
- [Commits](peter-evans/enable-pull-request-automerge@v2...v3)

---
updated-dependencies:
- dependency-name: peter-evans/enable-pull-request-automerge
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update update-beta-branch.yaml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenji Miyake <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants