robocup_knowledge
rgo2017/challenge_help_me_carry.py
Go to the documentation of this file.
1 default_item = "coke"
2 default_place = "couch_table"
3 default_area = "on_top_of"
4 
5 # add or get from ed_object_models/models/<world>/model.yaml
6 waypoints = {
7  'kitchen': {'id': 'explore1', 'radius': 1} # TODO: update waypoint, target
8 }
9 
10 waypoint_car = {'id': 'car', 'radius': 1}