21 namespace perception {
24 template <
typename KeyType>
32 bool add_objects(
const std::vector<ObjectPtr>& objects, KeyType key);
34 std::vector<std::vector<double>>* rate_per_class,
double* rate)
const;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
std::vector< std::vector< unsigned int > > _type_change_counts
Definition: sequence_self_statistics.h:42
SequenceMaintainer< KeyType > _sequences
Definition: sequence_self_statistics.h:40
void add_statistics(SequenceType< KeyType > *sequence)
void get_classification_type_change_rates(std::vector< std::vector< double >> *rate_per_class, double *rate) const
std::map< ObjectKey, ObjectPtr > SequenceType
Definition: sequence_maintainer.h:29
Definition: sequence_self_statistics.h:25
~SequenceSelfStatistics()=default
bool add_objects(const std::vector< ObjectPtr > &objects, KeyType key)