-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this problem in MatLab ...dxl/DXL_SDK_LINUX_v1_01/src/dynamixel.so: clase ELF errónea: ELFCLASS32 #1
Comments
Hi, As you said, you need 64bit-compiled library to use it in MATLAB 64bit.
CFLAGS = $(INCLUDEDIRS) -W -Wall -O2
CFLAGS += -m64
I didn't try above yet and I can't say it surely works.I will check if it works after holiday period here :) Now, I'm making MATLAB example using new coming C ver. SDK. I hope it helps you afterwards. |
Hi Leon, I get the following error: There was an error loading the library However the file is on the path and in the folder above! I was wondering if you could help me with this? Thank you, |
Hi! Yes!, you are right!, the library file is in that folder! but I want to suggest that you see How to set the file path in MATLAB. It would let your MATLAB know where the library is. :) If theres some problem, let me know! |
Hi, I think it'll be nice if the matlab files do it automatically, with the computer={PCWIN64 or PCWIN32} command. Thanks, |
Hi Most address values have a lowest and highest bytes. Is there any example showing how to combine the two values? Is there a torque control example? Thanks, |
Hi! I didn't think that MATLAB can detect the platform version! There's no example or available functions for value combination, but theres some functions like but I see you need that. We will keep it in mind for the next release. :) SDK example is only for showing on the level of how to change the values on the Dynamixel control table, not for showing its complicated applications. This kind of application examples also would be provided when we notice its importance. Thank you! |
Hi! I'm trying to run the dynamixel motors in MatLab on Linux so I download the SDK from this link support.robotis.com/en/baggage_files/dynamixel_sdk/dxl_sdk_linux_v1_01.zip
But when I try to load the library I get this error:
...dxl/DXL_SDK_LINUX_v1_01/src/dynamixel.so: clase ELF errónea: ELFCLASS32
What I understand is that this is only available for 32 bits and mine y 64 bits.
I have been looking for SDK for 64 bits but I don't fin it. Does someone knows where I can get it or maybe how to re compile this version. Or any other solution?
Thank you!!!
The text was updated successfully, but these errors were encountered: