Bipod setup
now, i'm trying tripod kinematics, so i'm going to start a new thread.
thank andypugh for useful helping.
wish you'll help me the same with tripod!!
ciao!
Please Log in or Create an account to join the conversation.
hi dab,
I did a dualbipod, and started like you did with trivkins.
You can find it here code.google.com/p/emc2hotwinch/ .
Hi Gerd,
I need your help, I used your configuration emc2hotwinch with emc under ubuntu 8.04. now I installed 10.04 with emc 2.4.3 and habe problems with dualpipod. Can you help me with rtai realtime-2.6.32-122-rtai?
I think I need dualpipod for mentioned Kernel or?
thx
bene
Please Log in or Create an account to join the conversation.
I need your help, I used your configuration emc2hotwinch with emc under ubuntu 8.04. now I installed 10.04 with emc 2.4.3 and habe problems with dualpipod. Can you help me with rtai realtime-2.6.32-122-rtai?
I think I need dualpipod for mentioned Kernel or?
Do you still have the original kinematics module source code (probably dualbipod.c).
If so then you should be able to compile and install that into your new system.
sudo apt-get install emc2-dev
comp --install dualbipod.c
Should do the trick. (or some variant of that with the correct paths)
Please Log in or Create an account to join the conversation.
thank you for your answer. I found the kins on the emc2hotwinch side.
I'll try it during next days.
Thank you
Please Log in or Create an account to join the conversation.
make -C /usr/src/linux-headers-2.6.24-16-rtai SUBDIRS=`pwd` CC=gcc V=0 -o /Module.symvers modules
make: *** /usr/src/linux-headers-2.6.24-16-rtai: No such file or directory. Schluss.
make: *** [modules] Fehler 2
in file /etc/emc2/Makefile.modinc are all path with 2.6.24-16 kernel!
when i change these paths I got another error.
next steps
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
as you wrote
Please Log in or Create an account to join the conversation.
Kind regards,
Jakob
Please Log in or Create an account to join the conversation.
There are various ways to get the source, but this is as good as any:
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?git
Please Log in or Create an account to join the conversation.
- step4linux
- Offline
- Premium Member
- Posts: 115
- Thank you received: 5
benehuber wrote:
I need your help, I used your configuration emc2hotwinch with emc under ubuntu 8.04. now I installed 10.04 with emc 2.4.3 and habe problems with dualpipod. Can you help me with rtai realtime-2.6.32-122-rtai?
I think I need dualpipod for mentioned Kernel or?
hi Bene,
Do you successfully run 2.4.3 on 10.04 ? including Axis ?
I tried but there are still problems.
Also the dualbipod.c is not able to compile on 2.4.3. It seems there are some changes in the code structure of EMC.
I had no time for investigations up to now, please be patient (or try by yourself and let me know the result )
regards, Gerd
Please Log in or Create an account to join the conversation.