Update of /cvsroot/playerstage/code/player/server/drivers/fiducial
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30225
Modified Files:
Tag: release-2-0-patches
laserbar.cc
Log Message:
applied (sort of) patch 1609757
Index: laserbar.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/fiducial/laserbar.cc,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -C2 -d -r1.12.2.1 -r1.12.2.2
*** laserbar.cc 7 Jun 2006 16:12:48 -0000 1.12.2.1
--- laserbar.cc 31 Jan 2007 22:44:07 -0000 1.12.2.2
***************
*** 521,525 ****
{
r = (double) (this->ldata.ranges[i]);
! b = (double) (this->ldata.min_angle + i * this->ldata.resolution) * M_PI
/ 180;
h = (int) (this->ldata.intensity[i]);
--- 521,525 ----
{
r = (double) (this->ldata.ranges[i]);
! b = (double) (this->ldata.min_angle + i * this->ldata.resolution);
h = (int) (this->ldata.intensity[i]);
***************
*** 606,610 ****
{
r = (double) (this->ldata.ranges[i]);
! b = (double) (this->ldata.min_angle + i * this->ldata.resolution) * M_PI
/ 180;
if (r < mr)
--- 606,610 ----
{
r = (double) (this->ldata.ranges[i]);
! b = (double) (this->ldata.min_angle + i * this->ldata.resolution);
if (r < mr)
***************
*** 623,627 ****
// TODO: put in proper uncertainty estimates.
*ur = 0.02;
! *ub = this->ldata.resolution * M_PI / 180;
*uo = 1e6;
--- 623,627 ----
// TODO: put in proper uncertainty estimates.
*ur = 0.02;
! *ub = this->ldata.resolution;
*uo = 1e6;
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit