robocup_knowledge
|
Classes | |
class | bcolors |
Functions | |
def | get_inspect_areas (location) |
def | get_inspect_position (location, area="") |
def | get_location_from_room (room_id) |
def | get_locations (room=None, manipulation_location=None) |
def | get_locations (room=None, pick_location=None, place_location=None) |
def | get_object_category (obj) |
def | get_object_category_location (obj_cat) |
def | get_object_color (obj) |
def | get_object_names (category=None) |
def | get_object_size (obj) |
def | get_object_weight (obj) |
def | get_objects (category=None) |
def | get_room (location) |
def | is_known_object (obj) |
def | is_location (location) |
def | is_manipulation_location (location) |
def | is_pick_location (location) |
def | is_place_location (location) |
def | is_room (entity_id) |
def | make_prints (name) |
def | object_names_of_category (category) |
Variables | |
list | all_locations |
area_name | |
def | cat = get_object_category(obj) |
dictionary | category_locations |
float | default_target_radius = 0.2 |
drink | |
def | drink_names = object_names_of_category('drink') |
string | drink_spec = "T['drink': O] -> OPTIONS[O]\n\n" |
False | |
list | female_names = ["emma", "olivia", "sophia", "ava", "isabella", "mia", "abigail", "emily", "charlotte", "harper"] |
grab_locations = list(set([o["name"] for o in locations if o["manipulation"] == "yes"])) | |
dictionary | inspect_areas |
dictionary | inspect_positions |
location | |
location_categories = list(set([o["category"] for o in locations])) | |
location_manipulatable = list(set([ o["manipulation"] for o in all_locations ])) | |
location_names = list(set([o["name"] for o in locations])) | |
location_rooms = list(set([o["room"] for o in locations])) | |
list | locations |
list | male_names = ["noah", "liam", "mason", "jacob", "william", "ethan", "james", "alexander", "michael", "benjamin"] |
manipulation_locations = list(set([o["name"] for o in locations if o["manipulation"] == "yes"])) | |
dictionary | most_probable_location_in_room_map |
list | names = female_names + male_names |
object_categories = list(set([o["category"] for o in objects])) | |
object_color = list(set([ o["color"] for o in objects ])) | |
object_groups = list(set([ o["group"] for o in objects ])) | |
object_known_objects = list(set([ o["name"] for o in objects ])) | |
object_names = list(set([o["name"] for o in objects])) | |
object_placements = list(set([ o["placement"] for o in objects ])) | |
object_size = list(set([ o["volume"] for o in objects ])) | |
object_weight = list(set([ o["weight"] for o in objects ])) | |
list | objects |
pick_location | |
place_location | |
put_locations = list(set([o["name"] for o in locations if o["manipulation"] != "no"])) | |
rooms = list(set([o["room"] for o in locations])) | |
def common.get_inspect_areas | ( | location | ) |
Definition at line 96 of file demo/common.py.
def common.get_inspect_position | ( | location, | |
area = "" |
|||
) |
Definition at line 103 of file demo/common.py.
def common.get_location_from_room | ( | room_id | ) |
Definition at line 106 of file impuls/common.py.
def common.get_locations | ( | room = None , |
|
manipulation_location = None |
|||
) |
Definition at line 156 of file rwc2023/common.py.
def common.get_locations | ( | room = None , |
|
pick_location = None , |
|||
place_location = None |
|||
) |
Definition at line 124 of file demo/common.py.
def common.get_object_category | ( | obj | ) |
Definition at line 136 of file demo/common.py.
def common.get_object_category_location | ( | obj_cat | ) |
Definition at line 143 of file demo/common.py.
def common.get_object_color | ( | obj | ) |
Definition at line 228 of file impuls/common.py.
def common.get_object_names | ( | category = None | ) |
Definition at line 42 of file reo2016/common.py.
def common.get_object_size | ( | obj | ) |
Definition at line 234 of file impuls/common.py.
def common.get_object_weight | ( | obj | ) |
Definition at line 240 of file impuls/common.py.
def common.get_objects | ( | category = None | ) |
Definition at line 131 of file demo/common.py.
def common.get_room | ( | location | ) |
Definition at line 87 of file demo/common.py.
def common.is_known_object | ( | obj | ) |
Definition at line 211 of file impuls/common.py.
def common.is_location | ( | location | ) |
Definition at line 80 of file demo/common.py.
def common.is_manipulation_location | ( | location | ) |
Definition at line 149 of file rwc2023/common.py.
def common.is_pick_location | ( | location | ) |
Definition at line 110 of file demo/common.py.
def common.is_place_location | ( | location | ) |
Definition at line 117 of file demo/common.py.
def common.is_room | ( | entity_id | ) |
Definition at line 173 of file impuls/common.py.
def common.make_prints | ( | name | ) |
Definition at line 62 of file demo/common.py.
def common.object_names_of_category | ( | category | ) |
Definition at line 112 of file impuls/common.py.
common.all_locations |
Definition at line 12 of file rgo2015/common.py.
common.area_name |
Definition at line 156 of file demo/common.py.
def common.cat = get_object_category(obj) |
Definition at line 155 of file demo/common.py.
dictionary common.category_locations |
Definition at line 30 of file demo/common.py.
common.default_target_radius = 0.2 |
Definition at line 95 of file impuls/common.py.
common.drink |
Definition at line 119 of file impuls/common.py.
common.drink_names = object_names_of_category('drink') |
Definition at line 116 of file impuls/common.py.
common.drink_spec = "T['drink': O] -> OPTIONS[O]\n\n" |
Definition at line 117 of file impuls/common.py.
common.False |
Definition at line 177 of file demo/common.py.
list common.female_names = ["emma", "olivia", "sophia", "ava", "isabella", "mia", "abigail", "emily", "charlotte", "harper"] |
Definition at line 4 of file demo/common.py.
common.grab_locations = list(set([o["name"] for o in locations if o["manipulation"] == "yes"])) |
Definition at line 66 of file reo2016/common.py.
dictionary common.inspect_areas |
Definition at line 88 of file impuls/common.py.
dictionary common.inspect_positions |
Definition at line 34 of file demo/common.py.
common.location |
Definition at line 156 of file demo/common.py.
common.location_categories = list(set([o["category"] for o in locations])) |
Definition at line 18 of file demo/common.py.
common.location_manipulatable = list(set([ o["manipulation"] for o in all_locations ])) |
Definition at line 37 of file rgo2015/common.py.
common.location_names = list(set([o["name"] for o in locations])) |
Definition at line 19 of file demo/common.py.
common.location_rooms = list(set([o["room"] for o in locations])) |
Definition at line 17 of file demo/common.py.
list common.locations |
Definition at line 10 of file demo/common.py.
list common.male_names = ["noah", "liam", "mason", "jacob", "william", "ethan", "james", "alexander", "michael", "benjamin"] |
Definition at line 5 of file demo/common.py.
common.manipulation_locations = list(set([o["name"] for o in locations if o["manipulation"] == "yes"])) |
Definition at line 20 of file demo/common.py.
dictionary common.most_probable_location_in_room_map |
Definition at line 99 of file impuls/common.py.
list common.names = female_names + male_names |
Definition at line 6 of file demo/common.py.
common.object_categories = list(set([o["category"] for o in objects])) |
Definition at line 28 of file demo/common.py.
common.object_color = list(set([ o["color"] for o in objects ])) |
Definition at line 73 of file impuls/common.py.
common.object_groups = list(set([ o["group"] for o in objects ])) |
Definition at line 78 of file rgo2015/common.py.
common.object_known_objects = list(set([ o["name"] for o in objects ])) |
Definition at line 80 of file rgo2015/common.py.
common.object_names = list(set([o["name"] for o in objects])) |
Definition at line 27 of file demo/common.py.
common.object_placements = list(set([ o["placement"] for o in objects ])) |
Definition at line 79 of file rgo2015/common.py.
common.object_size = list(set([ o["volume"] for o in objects ])) |
Definition at line 74 of file impuls/common.py.
common.object_weight = list(set([ o["weight"] for o in objects ])) |
Definition at line 75 of file impuls/common.py.
list common.objects |
Definition at line 22 of file demo/common.py.
common.pick_location |
Definition at line 167 of file demo/common.py.
common.place_location |
Definition at line 172 of file demo/common.py.
common.put_locations = list(set([o["name"] for o in locations if o["manipulation"] != "no"])) |
Definition at line 67 of file reo2016/common.py.
common.rooms = list(set([o["room"] for o in locations])) |
Definition at line 65 of file reo2016/common.py.