[TeamTalk 102]: [639] TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape. java: Removed hardcoded reference to bashful for turn uncertainty
tk@edam.speech.cs.cmu.edu
tk at edam.speech.cs.cmu.edu
Mon Jun 18 15:35:29 EDT 2007
An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20070618/9d58dbbb/attachment.html
-------------- next part --------------
Modified: TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java
===================================================================
--- TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java 2007-06-18 19:30:17 UTC (rev 638)
+++ TeamTalk/Agents/PenDecoder/src/edu/cmu/ravenclaw/pendecoder/BotShape.java 2007-06-18 19:35:28 UTC (rev 639)
@@ -292,9 +292,7 @@
placedDot = move.createTransformedShape(dot);
//model placement confidence at a ring around the bot
- float turn_uncertainty;
- if(name.equals("BASHFUL")) turn_uncertainty = odometry_turns/50;
- else turn_uncertainty = odometry_turns/5000;
+ float turn_uncertainty = odometry_turns/5000;
float distance_uncertainty;
if(turn_uncertainty >= (float)Math.PI) {
distance_uncertainty = Float.MAX_VALUE;
More information about the TeamTalk-developers
mailing list