Revision 9c46b728 devices/DiWheelDrive/linefollow2.hpp

View differences:

devices/DiWheelDrive/linefollow2.hpp
2 2
#define AMIRO_LINEFOLLOWING_H
3 3

  
4 4
#include <ch.hpp>
5

  
5
#include "global.hpp"
6 6
#include <amiroosconf.h>
7 7

  
8 8
namespace amiro {
9
  
9 10
  enum class LineFollowStrategy{
10 11
  EDGE_LEFT,
11 12
  EDGE_RIGHT,
12 13
  DOCKING,
13 14
  MIDDLE,
14
  FUZZY
15
};
15
  FUZZY,
16
  NONE
17
  };
16 18

  
17 19
enum colorMember : uint8_t {
18 20
	BLACK=0,

Also available in: Unified diff