| 
    robocup_knowledge
    
   | 
 
Variables | |
| common = knowledge_loader.load_knowledge("common") | |
| string | drop_zone_id = "take_out_garbage_drop_zone" | 
| string | end_waypoint = "initial_pose" | 
| string | helper_waypoint = "helper_take_out_garbage" | 
| string | starting_point = "initial_pose" | 
| string | trashbin_id = "trashbin" | 
| string | trashbin_id2 = "trashbin1" | 
| challenge_take_out_the_garbage.common = knowledge_loader.load_knowledge("common") | 
Definition at line 6 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.drop_zone_id = "take_out_garbage_drop_zone" | 
Definition at line 11 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.end_waypoint = "initial_pose" | 
Definition at line 13 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.helper_waypoint = "helper_take_out_garbage" | 
Definition at line 12 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.starting_point = "initial_pose" | 
Definition at line 8 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.trashbin_id = "trashbin" | 
Definition at line 9 of file impuls/challenge_take_out_the_garbage.py.
| challenge_take_out_the_garbage.trashbin_id2 = "trashbin1" | 
Definition at line 10 of file impuls/challenge_take_out_the_garbage.py.
 1.8.17