Package | Description |
---|---|
com.vsegouin.mowitnow.mower.core |
Created by v.segouin on 13/09/2016.
|
com.vsegouin.mowitnow.mower.core.detection |
Created by v.segouin on 13/09/2016.
|
Modifier and Type | Method and Description |
---|---|
void |
Mower.goBackward()
Will perform a check on the asked action and will move backward if there is no obstacle.
|
void |
Mower.goForward()
Will perform a check on the asked action and will move forward if there is no obstacle.
|
Modifier and Type | Method and Description |
---|---|
PositionState |
Detector.getNextPositionState(WheelState wheelState)
Simulate the mower move and get the next.
|
boolean |
Detector.isAskedPositionSafe(WheelState wheelState)
Check if the next move done by the mower is safe (ie : the asked position isn't outbound and there is no mower already on it).
|
Copyright © 2016. All Rights Reserved.