Changes between Version 16 and Version 17 of Old/Robot/robothandbook


Ignore:
Timestamp:
Aug 29, 2007, 9:41:48 PM (17 years ago)
Author:
aniket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Robot/robothandbook

    v16 v17  
    7676getLQ()::
    7777 Similar to scanning_thread(), this function calls iwconfig and returns the Link Quality
    78 BigReading()::
     78!BigReading()::
    7979 Calls scanning_thread() multiple times and returns an averaged result
    8080Say(text_to_say)::
    8181 ERSP does not include text to speech for linux. We filled this void using the open source project ''flite''. This Say function speaks any text aloud through the speaker. We use it often to have the robot report aloud the signal strength it has just measured. This allows us to estimate the progress of our algorithm without getting too close to the robot and interfering with the radio waves.
    82 FindGrad(x,y,z)::
     82!FindGrad(x,y,z)::
    8383 This function accepts three lists x,y,z corresponding to three points in space. It interpolates the three points to form a plane and returns the gradient of that plane.