Changes between Version 23 and Version 24 of Old/Robot/robothandbook


Ignore:
Timestamp:
Aug 30, 2007, 5:19:06 PM (17 years ago)
Author:
vamsi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Robot/robothandbook

    v23 v24  
    119119=== Trilateration Classes ===
    120120
     121
    121122Important source files:
    122123
     
    135136movementtool.cpp: a class contains functions required to move the robot
    136137
     138config.txt: needs to be updated each time the variables are changed. (ex. num of sides, side length, points per side, etc)
     139
     140All of the source files exist in the ~/own/cplus/circles directory. 
     141
     142To run the program:
     143 * change the values in config.txt to set your variables and robot movement
     144 * compile using existing Makefile and execute.
     145
     146{{{
     147$ make
     148[compilation]
     149$ ./circles
     150[The program will execute and will display a interactive graph]
     151}}}
     152
     153Each trial run will be stored in ~/own/logs/[timestamp]/
     154
     155In it will be: config.txt, v3.txt [data], aplog.txt [guessed location of ap], and a graph at each point.
    137156
    138157
     
    140159
    141160
     161
     162
     163
     164
     165