How to detect when object stops?

asked 2016-08-11 05:36:09 -0600

bukrat gravatar image

I have a robot that goes on black line. it comes to the manipulator and when robot stops manipulator should move to it and stay upon it. After some time manipulator goes to the initial position. Manipulator has a camera that looks at the line. With camera it detects green color situated on robot. How can I program manipulator to activate when robot stops? I have a friend that made it with an array. Some examples, code.

edit retag flag offensive close merge delete

Comments

what is a "manipulator", and how is it related to opencv ?

berak gravatar imageberak ( 2016-08-11 05:40:52 -0600 )edit

Sorry. I meant robo-arm. It has a camera and makes decisions depending on images from it.

bukrat gravatar imagebukrat ( 2016-08-11 06:26:07 -0600 )edit
2

i guess, we can help you with the image processing, but not at all with: - how to control your arm.

berak gravatar imageberak ( 2016-08-11 06:44:05 -0600 )edit

So the question was how to detect that object has stopped its movement. And how to control my robo-arm that is my side.

bukrat gravatar imagebukrat ( 2016-08-11 06:47:06 -0600 )edit