(1) Potential Software Conference
I received the maze solving software from Andersen Puckett this past week. Though I already knew what was supposed to happen on a large scale (I just realized there I was talking about a
MicroMouse robot), I took a bit of time to analyze what was going on at a more detailed level. Afterwards, I developed some questions about some of the details.
I think it would be an awesome idea for us all to at least understand the logic of the program. Andersen did write some basic pseudo code for anyone to read, but to step through the code on a line-by-line basis like I did may help us to better understand what is really going on. This would benefit us in that afterwards, we may be able to better suggest new additions to the code and also help us to identify issues later when running the bot in maze.
I am still waiting on Andersen to get back to me, but I personally would like to attend a Google Hangout with him this week. I am inviting anyone to attend this with me if it will happen. Let me know if anyone is interested and I will let you know when Andersen returns my email.
(2) Somewhat Final Shirt Design
The reason I use the word
somewhat is because Ben Loeb, the student who made the Micromouse (what I call) sketch/signature is planning on drawing one last version which we will use on our shirt. He wants to draw it larger so that we can get a higher quality image from it.
Anyway, while he is doing that this week, we can look at the following image of what the shirt should pretty much look like except that I am still battling with myself as to what colors I should do.
I liked the white shirts from before, but I liked the colors Tim had put on his shirt too. Anyone have a strong opinion?
(3) Other Software Issues
In searching on how we will overcome attempting to run the cognitive and peripheral software systems on a single chip, I ran across some ways to partition processor usage across multiple processes in a way that attempts at something close to multi-threading (
http://www.romanblack.com/PICthread.htm). Of course, this may be a great topic to talk about when we have our software conference, if that occurs during the break.