Class PlayerPosition2d


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

      • trans

        public double trans
      • ang

        public double ang
      • width

        public double width
      • length

        public double length
      • stall

        public boolean stall
      • updated

        public boolean updated
    • Constructor Detail

      • PlayerPosition2d

        public PlayerPosition2d()
    • Method Detail

      • enable

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

        public void setSpeed​(yarp.Bottle b,
                             double translational,
                             double anglular)
      • setGoal

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

        public void setOdom​(yarp.Bottle b,
                            Coordinate coord)
      • setMotor

        public void setMotor​(yarp.Bottle b,
                             boolean motorEnable)
      • setReq

        public void setReq​(yarp.Bottle b,
                           boolean speed,
                           boolean pose,
                           boolean size,
                           boolean stall)
      • update

        public void update​(yarp.Bottle b)