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 · 2 comments
Open
3 tasks done

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

YoshiRi opened this issue Dec 24, 2024 · 2 comments

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Triage
Development

No branches or pull requests

1 participant