-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hello,
I am trying to install deoxys, but I ran into a segmentation fault. I am using a Dell laptop running Ubuntu 20 as my NUC with a 5.15 real-time kernel.
Before building make -j build_franka=1
, I had to add
target_link_libraries(shared_protobuf INTERFACE ${Protobuf_LIBRARIES}) cmake
to the cmake. ROS seemed to create issues with the library so I had to not source it in the bash. Afterwards, I had to export the LD_LIBRARY_PATH=$LD_LIBRARY_PATH:XXX.so
for the library to be discovered. After it finished building, when I ran bin/franka-interface
I get a segmentation fault (core dumped) error.
Do you know what might be causing it?
Metadata
Metadata
Assignees
Labels
No labels