Project

General

Profile

Revision d37cfc69

IDd37cfc692f95396c188e9bcf1a782e055381c308
Parent 5d0687a9
Child 53201802

Added by Leon Zhang almost 12 years ago

WH_robot goes home in exec_task, follow_path function added; untested

View differences:

scout/libscout/src/behaviors/navigationMap.h
94 94

  
95 95
class navigationMap : Behavior
96 96
{
97
  /** ASCII Representation of the map
98
   *
99
   *   1           2          3         4
100
   *  ----|-----------|----------|---------|---------->
101
   *  <---|--5--------|--6-------|--7------|--8-------
102
   *      |           |          |         |
103
   *     9|         10|        11|       12|
104
   *      |           |          |         |
105
   *     ---         ---        ---       ---
106
   */
107

  
97 108
  public:
98 109
    /** Initializes the navigation map */
99 110
    navigationMap(std::string scoutname);

Also available in: Unified diff