Changes between Version 35 and Version 36 of Old/Dailyupdates


Ignore:
Timestamp:
Jun 27, 2007, 5:39:22 PM (17 years ago)
Author:
vamsi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Dailyupdates

    v35 v36  
    7474}}}
    7575
    76 == 6/25/07 - Day 16 ==
    77 We setup an node to act as an access point.  Then we tested our algorithms to see if they could find the node.  Unfortunately, they were not completely successful. 
    78 
    79 Problems with Vamsi's code:
    80 
    81 - Initially the error "local variable cannot be referenced before assignment" was complaining.  This has to something with local and global variables.  The parallel class might need to pass the necessary variables in order for it work properly.  Temporarily all variables are assigned in their needed methods. Therefore, this error no longer occurs
    82 
    83 - Ultimately, the robot roam around in ~10X10 (in) square that is near to the correct location.  Due to fluctuations in signal strength, this method does not come as close as we would like it
    84 
    85 
    86