Package xbot.common.subsystems.pose
Class SquareFieldObstacle
java.lang.Object
xbot.common.subsystems.pose.RectangleFieldObstacle
xbot.common.subsystems.pose.SquareFieldObstacle
- All Implemented Interfaces:
IFieldObstacle
Square obstacle defined by center + half extent.
-
Constructor Summary
ConstructorsConstructorDescriptionSquareFieldObstacle(Translation2d center, Distance halfWidth, boolean isToughTerrain) -
Method Summary
Methods inherited from class xbot.common.subsystems.pose.RectangleFieldObstacle
avoidanceRadius, center, doesRobotPathIntersect, isToughTerrain
-
Constructor Details
-
SquareFieldObstacle
-