changed a header file
- added index(out of range) to ball status.
This commit is contained in:
parent
ebaf7f9e21
commit
bcd6463683
@ -43,8 +43,9 @@ class BallFollower
|
||||
enum
|
||||
{
|
||||
NotFound = 0,
|
||||
OnRight = 1,
|
||||
OnLeft = 2,
|
||||
OutOfRange = 1,
|
||||
OnRight = 2,
|
||||
OnLeft = 3,
|
||||
};
|
||||
|
||||
BallFollower();
|
||||
|
Loading…
Reference in New Issue
Block a user