Revision a07a7a1c devices/DiWheelDrive/amiro_map.hpp

View differences:

devices/DiWheelDrive/amiro_map.hpp
17 17
  uint8_t flag;
18 18
  uint8_t left;
19 19
  uint8_t right;
20
  uint8_t visited;
20 21
  types::position pL; // Left
21 22
  types::position pR; // Right
22 23
  types::position pB; // Back
......
73 74
  node nodeList[MAX_NODES];
74 75
  uint8_t current = 0;
75 76
  uint8_t next = 0;
76
};
77
  void visitNode(uint8_t id);
78
  };
77 79
}; // namespace amiro
78 80

  
79 81
#endif /* AMIRO_MAP */

Also available in: Unified diff