| 138 | config.txt: needs to be updated each time the variables are changed. (ex. num of sides, side length, points per side, etc) |
| 139 | |
| 140 | All of the source files exist in the ~/own/cplus/circles directory. |
| 141 | |
| 142 | To 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 | |
| 153 | Each trial run will be stored in ~/own/logs/[timestamp]/ |
| 154 | |
| 155 | In it will be: config.txt, v3.txt [data], aplog.txt [guessed location of ap], and a graph at each point. |