APEC 2013 Mice

Here are the close shot for all APEC 2013 micromouse pictures. There are something very interesting behind these mice and their designers, I will talk about this next time.

overall_resize

overview

Turtle32FF_resize turtle32FFVI-Mouse_resize

VI Mouse

Wa-Tiu_resize

Wa-Tiu

Zeetah V_resize Zeetab VDecimus 4_resize

Decimus 4

excel-8a_resize excel-8Aexcel-8b_resize

excel-8B

Fab 1_resize FAB 1Fat Cat 3_resize

Fat ca[……]

Read more

some test run for APEC 2013

Though there are still lots of issues for my mouse’s curve turn, in order to make APEC, I made a poorly behaved curve turn ended up have 1-1.5cm shortage at existing position for both left turn and right turn. Since my curve turn is only 0.5m/s, so I only made my search speed as 0.7m/s in order make[……]

Read more

an easy PID function

As what I promised, I will post my simply PID(PD) controller code here:

void PID(void)       
{    
    if((leftSensor > hasLeftWall && rightSensor > hasRightWall))//has both walls
    {  //ccw direction is positive
        errorP = rightSensor – leftSensor – 63;//63 is the offs[……]

Read more