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

Add new messages to handle 2d ROI tracking information #9755

Open
3 tasks done
YoshiRi opened this issue Dec 24, 2024 · 3 comments
Open
3 tasks done

Add new messages to handle 2d ROI tracking information #9755

YoshiRi opened this issue Dec 24, 2024 · 3 comments
Assignees
Labels
status:stale Inactive or outdated issues. (auto-assigned) type:improvement Proposed enhancement

Comments

@YoshiRi
Copy link
Contributor

YoshiRi commented Dec 24, 2024

Checklist

  • I've read the contribution guidelines.
  • I've searched other issues and no duplicate issues were found.
  • I've agreed with the maintainers that I can plan this task.

Description

2D object tracking is common task and it may consistent in some scene compared to lidar/radar sensing.
I want to add new message like TrackedObjectsWithFeature to handle 2D tracking information.

Purpose

Current autoware can only handle 2D ROI information with DetectedObjectsWithFeature message and it results in the shortage for handling tracking information such as uuid or existence probability. (See bytetrack package for example. )

I think we need some alternative messages to handle 2D tracking message.

Possible approaches

For shortly, I think copying DetectedObjectWithFeature will be easy to implement and handle.

I suggest TrackedObjectWithFeature and TrackedObjectsWithFeature

  • TrackedObjectWithFeature
autoware_perception_msgs/TrackedObject object
Feature feature
  • TrackedObjectsWithFeature
std_msgs/Header header
TrackedObjectWithFeature[] feature_objects

c.f. TrackedObject includes minimum information like object_id and existence_probability.

unique_identifier_msgs/UUID object_id
float32 existence_probability
ObjectClassification[] classification
TrackedObjectKinematics kinematics
Shape shape

Definition of done

Close when new message definition is available.

@YoshiRi
Copy link
Contributor Author

YoshiRi commented Dec 24, 2024

cc: @technolojin @yukkysaito

@YoshiRi
Copy link
Contributor Author

YoshiRi commented Dec 24, 2024

Added PR suggestion in here.

@YoshiRi YoshiRi self-assigned this Jan 14, 2025
@idorobotics idorobotics added the type:improvement Proposed enhancement label Jan 14, 2025
@idorobotics idorobotics moved this from To Triage to In Progress in Software Working Group Feb 17, 2025
Copy link

stale bot commented Mar 15, 2025

This pull request has been automatically marked as stale because it has not had recent activity.

@stale stale bot added the status:stale Inactive or outdated issues. (auto-assigned) label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:stale Inactive or outdated issues. (auto-assigned) type:improvement Proposed enhancement
Projects
Status: In Progress
Development

No branches or pull requests

2 participants