Class PlayerLocalize


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

      • mapSizeX

        public int mapSizeX
      • mapSizeY

        public int mapSizeY
      • mapTileX

        public int mapTileX
      • mapTileY

        public int mapTileY
      • mapScale

        public double mapScale
      • hypoths

        public java.util.ArrayList<Hypoth> hypoths
      • hypothsCount

        public int hypothsCount
      • bestHypoth

        public Hypoth bestHypoth
      • updated

        public boolean updated
    • Constructor Detail

      • PlayerLocalize

        public PlayerLocalize()
    • Method Detail

      • setPose

        public void setPose​(yarp.Bottle b,
                            Coordinate pose,
                            double cov_x,
                            double cov_y,
                            double cov_a)
      • setReq

        public void setReq​(yarp.Bottle b,
                           boolean map_info,
                           boolean hypoths)
      • update

        public void update​(yarp.Bottle b)