robocup_knowledge
|
Variables | |
bookcase_ws | |
string | cabinet_amcl = "bookshelf" |
list | cabinet_poses |
cabinet_ws | |
common = knowledge_loader.load_knowledge("common") | |
string | default_area = "shelf4" |
string | default_place_area = "shelf3" |
string | default_place_entity = "bookshelf" |
entity_id | |
entity_poses = zip(cabinet_poses, table_poses) | |
EntityConfiguration = namedtuple("EntityConfiguration", ["entity_id", "pose_estimate", "manipulation_volumes"]) | |
frame | |
frame_id | |
string | grasp_surface = "side_table" |
string | inspect_area = "in_front_of" |
list | manipulation_volumes = ['on_top_of'] |
list | object_shelves = ["shelf3", "shelf4", "shelf5"] |
list | object_types = [obj["name"] for obj in common.objects] |
place_areas | |
place_entity_conf | |
pose_estimate | |
room = common.get_room(table) | |
string | shelf = "closet" |
string | starting_point = 'initial_pose' |
storage_shelf_ws | |
string | table = "dinner_table" |
list | table_poses |
Workspace = namedtuple("Workspace", ["grasp_entity_conf", "place_entity_conf", "room"]) | |
workspaces | |
challenge_storing_groceries.bookcase_ws |
Definition at line 77 of file rgo2018/challenge_storing_groceries.py.
list challenge_storing_groceries.cabinet_amcl = "bookshelf" |
Definition at line 15 of file rgo2017/challenge_storing_groceries.py.
list challenge_storing_groceries.cabinet_poses |
Definition at line 16 of file rgo2017/challenge_storing_groceries.py.
challenge_storing_groceries.cabinet_ws |
Definition at line 41 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.common = knowledge_loader.load_knowledge("common") |
Definition at line 5 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.default_area = "shelf4" |
Definition at line 12 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.default_place_area = "shelf3" |
Definition at line 28 of file rgo2017/challenge_storing_groceries.py.
list challenge_storing_groceries.default_place_entity = "bookshelf" |
Definition at line 27 of file rgo2017/challenge_storing_groceries.py.
challenge_storing_groceries.entity_id |
Definition at line 90 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.entity_poses = zip(cabinet_poses, table_poses) |
Definition at line 35 of file rgo2017/challenge_storing_groceries.py.
challenge_storing_groceries.EntityConfiguration = namedtuple("EntityConfiguration", ["entity_id", "pose_estimate", "manipulation_volumes"]) |
Definition at line 32 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.frame |
Definition at line 16 of file robotics_testlabs/challenge_storing_groceries.py.
challenge_storing_groceries.frame_id |
Definition at line 17 of file robotics_testlabs/challenge_storing_groceries.py.
challenge_storing_groceries.grasp_surface = "side_table" |
Definition at line 23 of file rgo2017/challenge_storing_groceries.py.
challenge_storing_groceries.inspect_area = "in_front_of" |
Definition at line 13 of file impuls/challenge_storing_groceries.py.
list challenge_storing_groceries.manipulation_volumes = ['on_top_of'] |
Definition at line 87 of file rgo2018/challenge_storing_groceries.py.
list challenge_storing_groceries.object_shelves = ["shelf3", "shelf4", "shelf5"] |
Definition at line 14 of file impuls/challenge_storing_groceries.py.
list challenge_storing_groceries.object_types = [obj["name"] for obj in common.objects] |
Definition at line 15 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.place_areas |
Definition at line 14 of file rwc2023/challenge_storing_groceries.py.
challenge_storing_groceries.place_entity_conf |
Definition at line 89 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.pose_estimate |
Definition at line 91 of file rgo2018/challenge_storing_groceries.py.
string challenge_storing_groceries.room = common.get_room(table) |
Definition at line 19 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.shelf = "closet" |
Definition at line 11 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.starting_point = 'initial_pose' |
Definition at line 8 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.storage_shelf_ws |
Definition at line 58 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.table = "dinner_table" |
Definition at line 18 of file impuls/challenge_storing_groceries.py.
challenge_storing_groceries.table_poses |
Definition at line 31 of file rgo2017/challenge_storing_groceries.py.
challenge_storing_groceries.Workspace = namedtuple("Workspace", ["grasp_entity_conf", "place_entity_conf", "room"]) |
Definition at line 39 of file rgo2018/challenge_storing_groceries.py.
challenge_storing_groceries.workspaces |
Definition at line 99 of file rgo2018/challenge_storing_groceries.py.