Tool Changer
- andypugh
-
- Offline
- Moderator
-
- Posts: 23377
- Thank you received: 4966
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.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1176
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.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23377
- Thank you received: 4966
Please Log in or Create an account to join the conversation.
- Robin
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
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.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23377
- Thank you received: 4966
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.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1176
John
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23377
- Thank you received: 4966
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.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1176
John
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
- Posts: 23377
- Thank you received: 4966
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.
- Robin
- Offline
- New Member
-
- Posts: 14
- Thank you received: 0
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

Please Log in or Create an account to join the conversation.