halrun undefined symbol: update_joint_homing_params
22 Jan 2024 22:52 #291375
by jtrantow
halrun undefined symbol: update_joint_homing_params was created by jtrantow
I would like to try out a few ideas using halrun. The loadrt motmod is failing with motmod: dlopen: /usr/lib/linuxcnc/modules/motmod.so: undefined symbol: update_joint_homing_paramsThe loadrt trivkins coordinates=X seems to work as does the load hostmot2 and hm2_eth. See attached probe.hal that I use with "halrun -I probe.hal" Using halrun is relatively new to me and this is a simple 2.9.2 install from iso.
Please Log in or Create an account to join the conversation.
03 Feb 2024 10:07 - 03 Feb 2024 10:33 #292290
by andypugh
Replied by andypugh on topic halrun undefined symbol: update_joint_homing_params
This sounds like you also need to loadrt homemod before motmod.
This is where the LinuxCNC script does it (probably)
github.com/LinuxCNC/linuxcnc/blob/master...pts/linuxcnc.in#L824
That provides the joint homing functions (so that you can use a custom homing sequence, for example if you have indexed scales)
This is where the LinuxCNC script does it (probably)
github.com/LinuxCNC/linuxcnc/blob/master...pts/linuxcnc.in#L824
That provides the joint homing functions (so that you can use a custom homing sequence, for example if you have indexed scales)
Last edit: 03 Feb 2024 10:33 by andypugh.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19198
- Thank you received: 6436
03 Feb 2024 10:22 #292295
by tommylight
Replied by tommylight on topic halrun undefined symbol: update_joint_homing_params
Wrong link?
Please Log in or Create an account to join the conversation.
03 Feb 2024 10:34 #292299
by andypugh
Replied by andypugh on topic halrun undefined symbol: update_joint_homing_params
fixed
Please Log in or Create an account to join the conversation.
Time to create page: 0.131 seconds