MCPcopy Create free account
hub / github.com/Gabesarch/ICAL / create_new_object_entry

Method create_new_object_entry

TEACh/task_base/object_tracker.py:518–523  ·  view source on GitHub ↗
(self, attributes)

Source from the content-addressed store, hash-verified

516 return cropped
517
518 def create_new_object_entry(self, attributes):
519 self.objects_track_dict[self.id_index] = {}
520 self.objects_track_dict[self.id_index].update(self.attributes)
521 self.objects_track_dict[self.id_index].update(attributes)
522 self.objects_track_dict[self.id_index]["ID"] = self.id_index
523 self.id_index += 1
524
525 def filter_centroids_out_of_bounds(self):
526 reachable = self.navigation.get_reachable_map_locations(sample=False)

Callers 2

updateMethod · 0.95
get_object_dataMethod · 0.80

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected