Class WanderAroundPlan


  • public class WanderAroundPlan
    extends Plan
    Plan to wander around in the environment and avoid obstacles.
    • Field Detail

      • rand

        protected java.util.Random rand
        Random number generator.
    • Constructor Detail

      • WanderAroundPlan

        public WanderAroundPlan()
    • Method Detail

      • body

        public void body()
        The plan body.
        Specified by:
        body in class Plan