![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| LinuxCNC (formerly EMC2) Discuss LinuxCNC (formerly EMC2) Controlers here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| |||
| |||
| There is some documentation of kinematics in our online documentation: http://www.linuxcnc.org/docview/2.2/...inematics.html To develop kinematics modules or other HAL components, you must install the "emc2-dev" and "build-essential" packages using synaptic or apt-get. The source for several sample kinematics can be found in the source code, or viewed online. For instance, the sample kinematics "rotatekins" rotates the X and Y axes 45 degrees: http://cvs.linuxcnc.org/cvs/emc2/src...-cvsweb-markup For kinematics modes that are all in one ".c" file, they should be installable by running "sudo comp --install whatever.c". For more about how to compile and install new components, see http://wiki.linuxcnc.org/cgi-bin/emc...ll_a_component If you write a kinematics module that you think may be useful to others, consider contributing it on that page. These instructions should apply equally well to the newly released emc 2.2 or the older emc 2.1. |
|
#3
| |||
| |||
| I haved something about "kinematicsInverse" in the "genhexkins.c" but nothing changed, when I use the software. Even I only give the joints some numbers to replace the kinematicsInverse,like: int kinematicsInverse(const EmcPose * pos, double *joints, const KINEMATICS_INVERSE_FLAGS * iflags, KINEMATICS_FORWARD_FLAGS * fflags) { joints[0] = pos->tran.x; joints[1] = pos->tran.y; joints[2] = pos->tran.z; joints[3] = pos->a; joints[4] = pos->b; joints[5] = pos->c; return 0; } Nothing changed. And I have do the "make". Should I change more files? |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drawer joints on 3 axis CNC | huntycnc | WoodWorking | 28 | 03-03-2011 10:03 PM |
| Help me caculating step kplease. | jimmyaz | DIY-CNC Router Table Machines | 9 | 11-04-2007 11:42 AM |
| Universal Joints | Robyn | Product Announcements & Manufacturer News | 0 | 03-22-2006 04:59 AM |
| MTC 4'X8' rework | duluthboat | DIY-CNC Router Table Machines | 12 | 01-18-2006 02:02 PM |
| Dovetails and box joints with CNC | db113 | WoodWorking | 12 | 10-13-2005 07:19 PM |