I'm working on this arm that tracks object movement with the PING Ultrasonic Sensor.
I kinda need some ideas on how to get it to track people. I've already got this mode set up. When you turn the arm on, a servo rotates the ping around to capture distances. It stores them in variables. Then from that it goes into a scanning mode where it takes a measurement in the same area. If the measurement is different, then it starts it's tracking. If not it continues taking and comparing measurements.
One of my ideas for tracking was that when it finds that the surrounding is different, it turns left and right really fast and takes measurements. If one of the measurements are different, it turns the way were it had the different measurement. But I thought it would be way to slow because people can run.
If you have any ideas just tell me. :)