You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: continue to process when input roi size is zero
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix: consider when roi size is zero, rois is empty
fix
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* fix: use emplace_back instead of push_back for adding images and backlight indices
The code changes in `traffic_light_classifier_node.cpp` modify the way images and backlight indices are added to the respective vectors. Instead of using `push_back`, the code now uses `emplace_back`. This change improves performance and ensures proper object construction.
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: bring back for loop skim and output_msg filling
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* chore: refactor code to handle empty input ROIs in traffic_light_classifier_node.cpp
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: using index instead of vector length
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
---------
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
0 commit comments