码迷,mamicode.com
首页 > 其他好文 > 详细

gmop3d工业机器人的运动仿真软件

时间:2014-09-25 00:19:57      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:des   blog   http   io   os   使用   ar   for   sp   

https://sourceforge.net/projects/gmop3d/

 

gmop3d是一款机械手臂(轴旋转运动)或工业机器人的运动仿真软件,他仅仅提供算法,不依赖任何第三方软件包,不依赖G代码,QT, boost, 是一个纯粹的C语言代码程序。
六轴机械手臂,第一版的算法仅仅支持三轴的机械手臂仿真算法。
模型,第一版仅支持立方体,支持立方体的位置移动, XYZ任意方向旋转,和任意尺寸,
仿真的精度也可以任意调整, 支持5个面的逐点坐标位置和机械手协同运动仿真。
算法仅仅使用了三角函数和逼近论提高精度,精度可以计算到0.000001mm,最多可以计算到小数点后10位。
仿真环境依赖openSCAD.因为这个软件生成的是一个openSCAD程序,然后利用openSCAD的
自动加载和编译, Automatic Reload and Compile功能实现运动仿真。
仿真的速度极其慢,因为openSCAD的 Automatic Reload and Compile功能是一秒钟一次,
所以仿真的画面是1秒钟一个,后期肯定可以调整的。

bubuko.com,布布扣

bubuko.com,布布扣

 

 

The gMOP3D version 0.0.1 software is a Manipulator or Industrial Robots
MOtion Path 3D simulation and animation system base on gnu.
This software only do ari thmetic and calculating  the path.
It depends the OpenSCAD environment for simuation and animation of motion.

You can use it simulating X Y Z coordinate CNC with out G code.
It maybe use to axle running one straight line, as this straight path
as the CNC linear motion system.


This is the first software of me, so it may have alots of mistakes of code
or others application problem, email to me: bywetech@foxmail.com




Please reads OpenSCAD Manual at firstly.

There have two parts of model build.

First is build Manipulator(Industrial Robotic arm) axle rotate motion model.
This have writed in source code, you can changing datas in  gmp16.h.

Second, terminal path model.

The first version only support cube, cubic model, it support

1, translate, means cube path  model ‘s position.
2, rotate, cube can be rotate x, y, z, any orientation.
3, cube, size of a cubic model.

Builds model same like builds model in openSCAD, but because we needs
re-calculating the surface of model, every point of surface,
so you must enter the value again build the path model.


How to install?

./configure && make
sudo make install


FAQ:

Q1, If you running animation, but the openSCAD still not working, how to ?

A1: This software animation must use Automatic reload and compile.

Menu of below:
->Design->Automatic Relaod and Compile, keep this function be working.   

Thanks for svchem corp Mr.Song Furu greatly support for this project.

gmop3d工业机器人的运动仿真软件

标签:des   blog   http   io   os   使用   ar   for   sp   

原文地址:http://www.cnblogs.com/gmop3d/p/3991625.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!