Tool/software: Code Composer Studio
I am currently researching mmwave_automotive_toolbox_2_4_7, lab0002_short_range_radar project.
In this project, there is a section for clustering.
ClusteringDBscanRun mentions that up to 32 objects can be classified.
If more than 32 objects are exceeded, DBSCAN_ERROR_CLUSTER_LIMIT_REACHED will be returned, and if there are no more than 32 objects, DBSCAN_OK will be returned.
I want to ask about this return value, and I will go to the next control.