Update of /cvsroot/playerstage/code/player/server/drivers/mixed/irobot/create
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11860/server/drivers/mixed/irobot/create

Modified Files:
      Tag: b_thjc_dynamic_arrays
        .cvsignore create_driver.cc 
Log Message:
dynamic array changes to drivers compile, still needs testing
added lots more .cvsignore settings for eclipse

Index: .cvsignore
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/irobot/create/.cvsignore,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** .cvsignore  10 Oct 2007 09:26:08 -0000      1.1.2.1
--- .cvsignore  19 Oct 2007 21:58:59 -0000      1.1.2.2
***************
*** 3,4 ****
--- 3,6 ----
  .deps
  *.la
+ .libs
+ *.lo

Index: create_driver.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/mixed/irobot/create/create_driver.cc,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** create_driver.cc    14 Oct 2007 04:41:47 -0000      1.6.2.1
--- create_driver.cc    19 Oct 2007 21:58:59 -0000      1.6.2.2
***************
*** 352,356 ****
  
       irdata.ranges_count = 11;
!      irdata.ranges = new double [irdata.ranges_count];
       irdata.ranges[0] = (float)this->create_dev->wall;
       irdata.ranges[1] = (float)this->create_dev->cliff_left;
--- 352,356 ----
  
       irdata.ranges_count = 11;
!      irdata.ranges = new float [irdata.ranges_count];
       irdata.ranges[0] = (float)this->create_dev->wall;
       irdata.ranges[1] = (float)this->create_dev->cliff_left;
***************
*** 492,496 ****
  
      poses.poses_count = 11;
!     poses.poses = player_pose3d_t[poses.poses_count];
  
      // TODO: Fill in proper values
--- 492,496 ----
  
      poses.poses_count = 11;
!     poses.poses = new player_pose3d_t[poses.poses_count];
  
      // TODO: Fill in proper values


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to