Package cmion.addOns.samgar.playerProxy
Class PlayerLocalize
- java.lang.Object
-
- cmion.addOns.samgar.playerProxy.PlayerLocalize
-
public class PlayerLocalize extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerLocalize.CMDstatic classPlayerLocalize.DATA
-
Constructor Summary
Constructors Constructor Description PlayerLocalize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPose(yarp.Bottle b, Coordinate pose, double cov_x, double cov_y, double cov_a)voidsetReq(yarp.Bottle b, boolean map_info, boolean hypoths)voidupdate(yarp.Bottle b)
-
-
-
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
-
-
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)
-
-