せとうちオープン用のメインプログラム
Dependencies: mbed AQM1602 HMC6352 PID
setting/LineConfig.h@0:b910276f9da2, 2016-05-01 (annotated)
- Committer:
- lilac0112_1
- Date:
- Sun May 01 06:30:37 2016 +0000
- Revision:
- 0:b910276f9da2
from 2v10
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lilac0112_1 | 0:b910276f9da2 | 1 | #ifndef _LINE_CONFIG_H_ |
lilac0112_1 | 0:b910276f9da2 | 2 | #define _LINE_CONFIG_H_ |
lilac0112_1 | 0:b910276f9da2 | 3 | //0...x, 1...y |
lilac0112_1 | 0:b910276f9da2 | 4 | |
lilac0112_1 | 0:b910276f9da2 | 5 | //const double static LineDecline[5] = {1, .75, .5, .375, 0}; |
lilac0112_1 | 0:b910276f9da2 | 6 | const double static LineDecline[5] = {1, .75, .50, 0, 0}; |
lilac0112_1 | 0:b910276f9da2 | 7 | const uint8_t static LineDecrease[5] = {30, 20, 20, 20, 0};//ping/1/2/3 |
lilac0112_1 | 0:b910276f9da2 | 8 | |
lilac0112_1 | 0:b910276f9da2 | 9 | //const uint8_t static WhiteToWall[2] = {30, 30}; |
lilac0112_1 | 0:b910276f9da2 | 10 | const uint8_t static WhiteToWall[2] = {33, 33}; |
lilac0112_1 | 0:b910276f9da2 | 11 | const uint8_t static WhiteToWallPlus[2] = {35, 40};//{33, 36}; |
lilac0112_1 | 0:b910276f9da2 | 12 | //const uint8_t static OutToWall[2] = {16, 20}; |
lilac0112_1 | 0:b910276f9da2 | 13 | const uint8_t static OutToWall[2] = {25, 30}; |
lilac0112_1 | 0:b910276f9da2 | 14 | |
lilac0112_1 | 0:b910276f9da2 | 15 | const uint8_t static GoalEdgeToWall[2] = {60, 60}; |
lilac0112_1 | 0:b910276f9da2 | 16 | const uint8_t static SelfToEmpty[2] = {100, 45}; |
lilac0112_1 | 0:b910276f9da2 | 17 | |
lilac0112_1 | 0:b910276f9da2 | 18 | #endif /*_LINE_CONFIG_H_*/ |