vision system++convert position value to motor angle
Show older comments
hi do any boday have a idea about this video
how they convert position of object to angle ???
whichs method available??
Accepted Answer
More Answers (1)
Roger Stafford
on 4 Jun 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 Comment
mangood UK
on 5 Jun 2013
Communities
More Answers in the Power Electronics Control
Categories
Find more on Interactions, Camera Views, and Lighting in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!