Revision 64cba697 devices/DiWheelDrive/amiro_map.hpp

View differences:

devices/DiWheelDrive/amiro_map.hpp
99 99
  node nodeList[MAX_NODES];
100 100
  // If driving over fixpoint prevent continuous updating
101 101
  // True if left sensor is driving over black
102
  bool leftDetected = false;
103
  // True if right sensor is driving over black
104
  bool rightDetected = false;
102
  bool fxpDetected = false;
105 103

  
106 104
  /**
107 105
   * Recursively search through all nodes in the node list and

Also available in: Unified diff