Class PlayerLaser


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

      • min_angle

        public double min_angle
      • max_angle

        public double max_angle
      • scan_res

        public double scan_res
      • range_res

        public double range_res
      • width

        public double width
      • length

        public double length
      • points

        public java.util.ArrayList<Point> points
      • pointsCount

        public int pointsCount
      • polarpoints

        public java.util.ArrayList<PolarPoint> polarpoints
      • polarpointsCount

        public int polarpointsCount
      • updated

        public boolean updated
    • Constructor Detail

      • PlayerLaser

        public PlayerLaser()
    • Method Detail

      • enable

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

        public void setConfig​(yarp.Bottle b,
                              double min_angle,
                              double max_angle,
                              double scan_res,
                              double range_res)
      • setReq

        public void setReq​(yarp.Bottle b,
                           boolean config,
                           boolean size,
                           boolean pose,
                           boolean robot_pose,
                           boolean points,
                           boolean ranges)
      • update

        public void update​(yarp.Bottle b)