robocup_knowledge
|
Variables | |
common = knowledge_loader.load_knowledge("common") | |
string | drinks_entity_id = "kitchen_cabinet" |
string | forbidden_room = "dining_room" |
string | forbidden_room_waypoint = "dining_room" |
string | starting_point = "initial_pose" |
list | waypoint_ids = ["living_room", "kitchen", "dining_room", "office"] |
challenge_stickler_for_the_rules.common = knowledge_loader.load_knowledge("common") |
Definition at line 5 of file impuls/challenge_stickler_for_the_rules.py.
challenge_stickler_for_the_rules.drinks_entity_id = "kitchen_cabinet" |
Definition at line 15 of file impuls/challenge_stickler_for_the_rules.py.
challenge_stickler_for_the_rules.forbidden_room = "dining_room" |
Definition at line 12 of file impuls/challenge_stickler_for_the_rules.py.
challenge_stickler_for_the_rules.forbidden_room_waypoint = "dining_room" |
Definition at line 13 of file impuls/challenge_stickler_for_the_rules.py.
challenge_stickler_for_the_rules.starting_point = "initial_pose" |
Definition at line 8 of file impuls/challenge_stickler_for_the_rules.py.
challenge_stickler_for_the_rules.waypoint_ids = ["living_room", "kitchen", "dining_room", "office"] |
Definition at line 9 of file impuls/challenge_stickler_for_the_rules.py.