Skip to content

Commit

Permalink
fix knowledge open
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 30, 2017
1 parent c9e66fe commit 50cdc40
Showing 1 changed file with 3 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
from robocup_knowledge import knowledge_loader
common = knowledge_loader.load_knowledge("common")

# initial_pose = "initial_pose_door_B" # initial pose
# exit_waypoint = "exit_door_B1"
# starting_point = "gpsr_meeting_point" # Designated pose to wait for commands
starting_point = "initial_pose"
ask_waypoint = "gpsr_meeting_point"

translations = {"bookcase": "bocase"}

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# We have no rooms, because we're mapping:
#
# rooms = []
# common.rooms = []
#
# def get_room(location):
# return None

# required keys: entity_id (str), room_id (str), navigation_area (str), segment_areas (list)
inspection_places = [
Expand All @@ -25,13 +14,13 @@
"navigate_area": "near",
"segment_areas": ["on_top_of"]},

{"entity_id": "battery_table",
"room_id": "workshop",
{"entity_id": "hallway_table",
"room_id": "hallway",
"navigate_area": "in_front_of",
"segment_areas": ["on_top_of"]},

{"entity_id": "cabinet",
"room_id": "hallway",
"room_id": "kitchen",
"navigate_area": "in_front_of",
"segment_areas": ["on_top_of"]},

Expand Down

0 comments on commit 50cdc40

Please sign in to comment.