Add "id" to autoware_perception_msgs/msg/DetectedObjects.msg #5389
Replies: 2 comments 2 replies
-
Could you clarify more on why you want to add |
Beta Was this translation helpful? Give feedback.
-
Maybe we are lazy, sometimes we don't use tracking/fusion, in that case, we use DetectedObjects directly. |
Beta Was this translation helpful? Give feedback.
-
Hi,
In our case, when receiving
DetectedObjects
(autoware_perception_msgs/msg/DetectedObjects.msg), it difficult to tell one object from the rest of others, in our workaround, we need to add anid
to the message definition based on the index in the array ofDetectedObjects
. In this workaround, we need to create a struct withid
and copy the msg to the newly created struct.I'd like to see if it's possible to update the msg definition and add an
id
field to it.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions