Class Robi2ObstacleTask

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class Robi2ObstacleTask
    extends Task
    Demo application for the NTB Robi2. The Robi is driving around and avoids collisions with obstacles. This class initializes the task as needed and carries the driving control. In order to use it, build a class creating an instance of this class and install it using Task.install
    • Field Detail

      • state

        short state
      • turnLeft

        boolean turnLeft
    • Constructor Detail

      • Robi2ObstacleTask

        public Robi2ObstacleTask()
    • Method Detail

      • action

        public void action()
        Description copied from class: Task
        Action to be performed by the task
        Specified by:
        action in interface Actionable
        Overrides:
        action in class Task