Class PlayerPlanner


  • public class PlayerPlanner
    extends java.lang.Object
    • Field Detail

      • currWaypointId

        public int currWaypointId
      • validPath

        public boolean validPath
      • donePath

        public boolean donePath
      • waypoints

        public java.util.ArrayList<Coordinate> waypoints
      • waypointsCount

        public int waypointsCount
      • updated

        public boolean updated
    • Constructor Detail

      • PlayerPlanner

        public PlayerPlanner()
    • Method Detail

      • enable

        public void enable​(yarp.Bottle b)
      • setGoal

        public void setGoal​(yarp.Bottle b,
                            Coordinate coord)
      • setReq

        public void setReq​(yarp.Bottle b,
                           boolean goal,
                           boolean pose,
                           boolean curr_waypoint,
                           boolean path,
                           boolean waypoints)
      • update

        public void update​(yarp.Bottle b)