Hi, I have made arena of 10X10. I have made an array in header file. And initialize it with 0 in control step. Now when at each step of movement of robot, the values initialize again and again. What can i do now to avoid re-initialization again and again. void CFootBotDistanceScannar::ControlStep() ...