removeObstacle

abstract fun removeObstacle(obstacle: W): Boolean

Removes an obstacle from this environment.

Return

true if the obstacle has actually been removed

Parameters

obstacle
    the obstacle to remove