Brazo-antropomorfo-5-grados-de-libertad

所属分类:绘图程序
开发工具:FreeBasic
文件大小:0KB
下载次数:0
上传日期:2022-01-14 10:54:58
上 传 者sh-1993
说明:  可编程机械臂5个自由度。反向运动学+Bresenham 6D。绘制HPGL(.plt),
(Programmable robot arm 5 degrees of freedom. Inverse Kinematics + Bresenham 6D. Draw HPGL (.plt),)

文件列表:
BrazoRobot.bas (50456, 2021-10-10)
Dibujo_1.plt (3867, 2021-10-10)
Dibujo_2.plt (27220, 2021-10-10)
DiezCubos.bas (63497, 2021-10-10)
Ejemplo_1.XYZ (546, 2021-10-10)
Ejemplo_2.XYZ (672, 2021-10-10)
Emulador RV-2AJ compatible COSIMIR.bas (51474, 2021-10-10)
Font.bmp (66614, 2021-10-10)
GLU32.DLL (117760, 2021-10-10)
GLUT32.DLL (237568, 2021-10-10)
LeeMe.txt (2208, 2021-10-10)
createtex.bi (2151, 2021-10-10)
crt.bi (474, 2021-10-10)
skin.bmp (17462, 2021-10-10)
windows.bi (1168, 2021-10-10)

# Anthropomorphic programmable robot arm 5 degrees of freedom (FreeBASIC + OpenGL) [![License](http://img.shields.io/:license-gpl-blue.svg)](http://opensource.org/licenses/GPL-3.0) ![](https://github.com/FPGAwars/apio/raw/develop/docs/resources/images/windows.png)   ![](https://github.com/FPGAwars/apio/raw/develop/docs/resources/images/linux.png) FreeBasic source code compatible with Linux environments. ![](https://sites.google.com/site/proyectosroboticos/_/rsrc/1293750569649/Descargar-Simuladores/Brazo%20robot%2010%20cubos.PNG) "BrazoRobot.bas" and "DiezCubos.bas" are the codes sources FreeBasic programming language of the two simulators robot arm that is on this website: https://sites.google.com/site/proyectosroboticos/Descargar-Simuladores "RV-2AJ Emulator supports COSIMIR.bas" is the source code similar to the previous simulator, which also lets you read files ".POS" COSIMIR extension. More information: https://sites.google.com/site/proyectosroboticos/Descargar-Simuladores/simulador-rv-2aj @.) Download all giving "Clone or download" (top right button green). You give the option to "Download ZIP" and downloaded. You open the zip and take the folder that is inside and put it on the desktop or wherever you more comfortable. You open the folder and there you have three codes sources .bas extension. Give that interests you and if you have installed the compiler you can compile and run. The editor and compiler can download it here (size less than 9MB, for Windows): http://fbide.freebasic.net/download (clic ---> "FBIde + FreeBASIC installer") @.) If the compile gives "Error 58" You have to remove the "windows.bi" file in that folder; I have put that file to be compatible with older versions of the compiler FreeBasic. @.) Depending on the version of the compiler, functions "Multikey ()" can cause problems. If you get error in this role you should change all "FB.SC_" by "SC_", or vice versa (as appropriate), and matter resolved. Example: If Multikey(FB.SC_A) Then X = X+1 by If Multikey(SC_A) Then X = X+1 So with all the "Multikey()" functions. @.) The .plt files are examples for the robot arm draw its contents. @.) The .xyz files are examples of pre-programmed movements; They are only compatible with "BrazoRobot.bas", the other two simulators will not know to read; if this is your case delete them. @.) Complementary information: https://sites.google.com/site/proyectosroboticos/Descargar-Simuladores

近期下载者

相关文件


收藏者