vision system++convert position value to motor angle
显示 更早的评论
hi do any boday have a idea about this video
how they convert position of object to angle ???
whichs method available??
采纳的回答
更多回答(1 个)
Roger Stafford
2013-6-4
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?
社区
类别
在 帮助中心 和 File Exchange 中查找有关 Interactions, Camera Views, and Lighting 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!