Changes between Version 16 and Version 17 of Old/Robot/robothandbook
- Timestamp:
- Aug 29, 2007, 9:41:48 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Robot/robothandbook
v16 v17 76 76 getLQ():: 77 77 Similar to scanning_thread(), this function calls iwconfig and returns the Link Quality 78 BigReading()::78 !BigReading():: 79 79 Calls scanning_thread() multiple times and returns an averaged result 80 80 Say(text_to_say):: 81 81 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):: 83 83 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.