]> rtime.felk.cvut.cz Git - eurobot/public.git/blobdiff - src/robofsm/robot.c
add ignore_hokuyo variable to struct robot
[eurobot/public.git] / src / robofsm / robot.c
index 76102b41f7f1eed3ce82b45ef5cc00db47c5e949..bcfce1903c4e86637565a1d9258658b09000867c 100644 (file)
@@ -153,6 +153,7 @@ int robot_init()
 
        robot_set_est_pos_trans(0.16, PLAYGROUND_HEIGHT_M - 0.16, DEG2RAD(-45));
        
+       robot.ignore_hokuyo = false;
        robot.map = ShmapInit(1);
        fill_in_known_areas_in_map();