vision system++convert position value to motor angle
Mostrar comentarios más antiguos
hi do any boday have a idea about this video
how they convert position of object to angle ???
whichs method available??
Respuesta aceptada
Más respuestas (1)
Roger Stafford
el 4 de Jun. de 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 comentario
mangood UK
el 5 de Jun. de 2013
Comunidades de usuarios
Más respuestas en Power Electronics Control
Categorías
Más información sobre Interactions, Camera Views, and Lighting en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!