26 namespace perception {
40 std::vector<NodeNodePair> *assignments,
41 std::vector<size_t> *unassigned_rows,
42 std::vector<size_t> *unassigned_cols);
43 std::string
Name()
const {
return "MultiHmBipartiteGraphMatcher"; }
~MultiHmBipartiteGraphMatcher()
std::string Name() const
Definition: multi_hm_bipartite_graph_matcher.h:43
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
Definition: base_bipartite_graph_matcher.h:34
Definition: multi_hm_bipartite_graph_matcher.h:29
void Match(const BipartiteGraphMatcherOptions &options, std::vector< NodeNodePair > *assignments, std::vector< size_t > *unassigned_rows, std::vector< size_t > *unassigned_cols)
Definition: base_bipartite_graph_matcher.h:39
common::GatedHungarianMatcher< float > optimizer_
Definition: multi_hm_bipartite_graph_matcher.h:46
MultiHmBipartiteGraphMatcher()