| 
    robocup_knowledge
    
   | 
 
Variables | |
| float | backup_target_radius = 0.7 | 
| string | carrying_bag_pose = 'carrying_bag_pose' | 
| dictionary | commands | 
| common = knowledge_loader.load_knowledge("common") | |
| string | default_area = "on_top_of" | 
| string | default_item = "coke" | 
| string | default_place = "couch_table" | 
| float | default_target_radius = 0.2 | 
| destinations = common.location_rooms + common.location_names | |
| string | driving_bag_pose = 'driving_bag_pose' | 
| string | drop_bag_pose = 'drop_bag_pose' | 
| int | rotation = 0 | 
| string | starting_point = "initial_pose" | 
| float | time_out_seconds = 60.0 | 
| float | time_out_seconds_door = 120.0 | 
| dictionary | waypoint_car = {'id': 'car', 'radius': 1} | 
| dictionary | waypoints | 
| challenge_help_me_carry.backup_target_radius = 0.7 | 
Definition at line 27 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.carrying_bag_pose = 'carrying_bag_pose' | 
Definition at line 29 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.commands | 
Definition at line 10 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.common = knowledge_loader.load_knowledge("common") | 
Definition at line 2 of file rgo2018/challenge_help_me_carry.py.
| string challenge_help_me_carry.default_area = "on_top_of" | 
Definition at line 3 of file rgo2017/challenge_help_me_carry.py.
| string challenge_help_me_carry.default_item = "coke" | 
Definition at line 1 of file rgo2017/challenge_help_me_carry.py.
| string challenge_help_me_carry.default_place = "couch_table" | 
Definition at line 2 of file rgo2017/challenge_help_me_carry.py.
| challenge_help_me_carry.default_target_radius = 0.2 | 
Definition at line 26 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.destinations = common.location_rooms + common.location_names | 
Definition at line 17 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.driving_bag_pose = 'driving_bag_pose' | 
Definition at line 31 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.drop_bag_pose = 'drop_bag_pose' | 
Definition at line 30 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.rotation = 0 | 
Definition at line 5 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.starting_point = "initial_pose" | 
Definition at line 4 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.time_out_seconds = 60.0 | 
Definition at line 7 of file rgo2018/challenge_help_me_carry.py.
| challenge_help_me_carry.time_out_seconds_door = 120.0 | 
Definition at line 8 of file rgo2018/challenge_help_me_carry.py.
| dictionary challenge_help_me_carry.waypoint_car = {'id': 'car', 'radius': 1} | 
Definition at line 10 of file rgo2017/challenge_help_me_carry.py.
| challenge_help_me_carry.waypoints | 
Definition at line 6 of file rgo2017/challenge_help_me_carry.py.
 1.8.17