vision system++convert position value to motor angle
Afficher commentaires plus anciens
hi do any boday have a idea about this video
how they convert position of object to angle ???
whichs method available??
Réponse acceptée
Plus de réponses (1)
Roger Stafford
le 4 Juin 2013
I see four different angles involved in the positioning of the robot arm in that video. Which one or ones are you inquiring about?
I'll show you how the azimuth angle is calculated. If x and y are cartesian coordinate in the plane of the horizontal surface there and the origin is located at the central (vertical) axis of the arm's base, then the angle in radians with respect to whatever is the x-axis (going counterclockwise) is:
a = atan2(y,x);
The other three angles in the vertical plane are similarly simple angles to calculate using elementary trigonometry. Do you want to know about these also?
1 commentaire
mangood UK
le 5 Juin 2013
Communautés
Plus de réponses dans Power Electronics Control
Catégories
En savoir plus sur Interactions, Camera Views, and Lighting dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!