Revision: 7959
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7959&view=rev
Author:   asadat
Date:     2009-07-08 19:46:17 +0000 (Wed, 08 Jul 2009)

Log Message:
-----------
removed bearing and range from fiducial data

Modified Paths:
--------------
    code/stage/trunk/webstage/webstage.cc

Modified: code/stage/trunk/webstage/webstage.cc
===================================================================
--- code/stage/trunk/webstage/webstage.cc       2009-07-08 18:29:17 UTC (rev 
7958)
+++ code/stage/trunk/webstage/webstage.cc       2009-07-08 19:46:17 UTC (rev 
7959)
@@ -271,8 +271,8 @@
                                websim::Fiducial fid;
                                fid.pos.x = fids[i].range*cos(fids[i].bearing);
                                fid.pos.y = fids[i].range*sin(fids[i].bearing);
-                               fid.range = fids[i].range;
-                               fid.bearing = fids[i].bearing;
+                               //fid.range = fids[i].range;
+                               //fid.bearing = fids[i].bearing;
                                fid.id = fids[i].id;
 
                                f.push_back(fid);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to