Class Robi2LineTask

  • All Implemented Interfaces:
    Ippc32, Actionable

    public class Robi2LineTask
    extends Task
    Demo application for the NTB Robi2. Let the Robi following a line on the surface. 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
    • Constructor Detail

      • Robi2LineTask

        public Robi2LineTask()
    • 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