Tool Changer
I have forwarded the question to the mailing list. A lot more of the developers hang out there, the forum only gets any attention from a fairly small subset of them.
Please Log in or Create an account to join the conversation.
sudo comp --install toolchanger.comp
works for me.
and adding a
loadrt toolchanger
addf toolchanger servo-thread
it shows up in the Show Hal Configuration window.
John
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
the full error:
Traceback (most recent call last):
File "/usr/bin/comp", line 1297, in <module>
main()
File "/usr/bin/comp", line 1266, in main
process(f, mode, outfile)
File "/usr/bin/comp", line 1140, in process
a, b = parse(filename)
File "/usr/bin/comp", line 387, in parse
a,b = F.split("\n;;\n", 1)
valueError: need more then 1 value to unpack
don't get what i'm doing wrong
Please Log in or Create an account to join the conversation.
man comp
give you something which looks emc-related? I am rather wondering if that is the comp that we need...
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
I am rather wondering if that is the comp that we need...
Forget that, that looks like the right file. (though the reported line numbers don't actually match)
did you do the
sudo apt-get install emc2-dev
and
sudo apt-get isntall build-essential
dance?
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
Would you need that on a machine with EMC installed?
You need Python and gcc as a bare minimum. My impression was that comp was part of the emc2-dev package, though I might try a scratch-install to check.
Please Log in or Create an account to join the conversation.
Are you using sudo to install the comp?
John
yes tried both with and without
andypugh wrote:
andypugh wrote:
I am rather wondering if that is the comp that we need...
Forget that, that looks like the right file. (though the reported line numbers don't actually match)
did you do the
sudo apt-get install emc2-dev
and
sudo apt-get isntall build-essential
dance?
the sudo apt-get install build-essential i didn't i'm no more at school atm i'll test it tomorrow.
Please Log in or Create an account to join the conversation.