why image_projection_based_fusion need multi types of msg #2570
Replies: 0 comments 7 replies
-
|
it makes code more complex and difficult to modify. for example,recently i want to add 'filter points out of user-configured-scope ' to make it easier when debug, so i need to add a fuction like this under current design, i have to change to where 'ObjType' is it makes code harder to understand. |
Beta Was this translation helpful? Give feedback.
-
|
We're implementing PointPainting autowarefoundation/autoware_universe#569 and this feature is also added to the
|
Beta Was this translation helpful? Give feedback.
-
|
When DetectedObjects as CenterPoint output and 2D ROI are fused, the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in older version of roi_cluster_fusion, it only process msg of type 'DetectedObjectsWithFeature',now it supports msg of different types,currently,there are two types:
is this necessary? Essentially, they contain the same information. why we need multi types of msg,current design is an interim version or a final version?
Beta Was this translation helpful? Give feedback.
All reactions