Closed lazar505 closed 5 years ago
Just a clarification:
I found out that
ec_...
comes from openssl [..]
No, not in this case. ec
is short for "Ethercat".
Hi @lazar505
I've never seen this error, but the problem seems to happen while compiling the specific package "robotiq_ethercat" and this package only has one dependency that could cause you trouble, which is soem. Thus, had you installed the soem dependency before building the workspace?
You can install soem simply by typing "sudo apt-get install ros-melodic-soem".
Please also check the other dependencies noted in the read.me. Hope this helps!
Hi,
I have a problem with installing robotiq library in ros melodic on Ubuntu 18.04. To be precise, when I run
catkin build robotiq
, it reports an error for robotiq_2f_gripper_control and robotiq_3f_gripper_control:I found out that
ec_...
comes from openssl so I installed it and added -lcrypto to compiler flag list and also edited cmake file to include openssl library, but the same error occurred. Additional information: I set in catkin config additional CMake args to:-GEclipse CDT4 - Unix Makefiles -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER_ARG1=-std=c++11 -D__cplusplus=201103L -D__GXX_EXPERIMENTAL_CXX0X__=1
Can you help me with this issue or just tell me what can I also try here?
Thanks!