Revision 0291dfd7

View differences:

include/amiro/Constants.h
35 35

  
36 36
namespace amiro {
37 37

  
38
    // Control the FSM for line following
39
  // enum msg_content : uint8_t{
40
  //     STOP = 0, 
41
  //     START = 1,
42
  //     EDGE_LEFT = 2,
43
  //     EDGE_RIGHT = 3,
44
  //     FUZZY = 4,
45
  //     DOCK = 5,
46
  //     UNDOCK = 6,
47
  //     CHARGE = 7
48
  //   };
38
  enum msg_content : uint8_t{
39
      MSG_STOP = 0, 
40
      MSG_START = 1,
41
      MSG_EDGE_LEFT = 2,
42
      MSG_EDGE_RIGHT = 3,
43
      MSG_FUZZY = 4,
44
      MSG_DOCK = 5,
45
      MSG_UNDOCK = 6,
46
      MSG_CHARGE = 7,
47
      MSG_RESET_ODOMETRY = 8,
48
      MSG_CALIBRATE_BLACK = 9,
49
      MSG_CALIBRATE_WHITE = 10
50
    };
49 51

  
50 52
namespace CAN {
51 53

  

Also available in: Unified diff