热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

MATLAB与Robotstudio联合仿真案例(机器人绘图)

1、前记:一个案例的记录。介绍:Usingrobotstodrawisanemergingartform.Toexpandthisfield,amethodforsketching

1、前记:一个案例的记录。

     介绍:


         Using robots to draw is an emerging artform. To expand this field, a method for sketching any image, on a dry
erase board, using an ABB IRB 1600 industrial robot, was developed. The four tasks to complete this goal include: developing the mechanical fixturing for the marker, writing path perception algorithms, porting the computer vision data to the robot’s proprietary controller, and a full system integration and test. The provided 3-pronged radial gripper with custom 3D printed finger was used to grasp an Expo brand, bullet-tipped, dry erase marker. An 18 x 24 inch whiteboard was featured in the workspace to draw upon.

        To perceive to curve to sketch form the image, two main procedures were used from MATLAB’s image processing toolbox. First, canny edge transform was performed on the reduced grayscale image. Then a breadth-first search algorithm was developed to generate a collection of vectors representing a list of paths, with each path being made up of groupings of
coordinates. The next step was to import the paths into the ABB proprietary software, RobotStudio, and RAPID programing language. To accomplish this, the path data was written to a text file using RAPID syntax and pasted into RobotStudio. The final system was largely successful in sketching the image. Mechanically, there were issues with line thickness consistency as the board table is not entirely level as the marker was very rigidly held in the end of arm tool. Future iterations may include improved marker fixturing, further algorithm refinement, and multiple colors.

    过程:


推荐阅读
author-avatar
手机用户2502862793
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有