dynamixel-workbench icon indicating copy to clipboard operation
dynamixel-workbench copied to clipboard

Building dynamixel_workbench_toolbox without ROS on a Raspberry Pi

Open swinterbotix opened this issue 5 years ago • 1 comments

While following the instructions to build the dynamixel_workbench_toolbox package without ROS on a Raspberry Pi, I ran into the following error (while running the 'make' command).

image

After some debugging, I found that if I changed line 20 in the CMakeLists.txt file to read...

target_link_libraries(dynamixel_workbench LINK_PUBLIC "/usr/local/lib/libdxl_sbc_cpp.so")

... then the 'make' command worked.

I'm not exactly sure how it should be done, but I believe that the 'if condition' block should check to see not just if the code is being built on a MAC or x64 Linux system, but also a SBC system (like the raspberry Pi).

swinterbotix avatar May 05 '20 02:05 swinterbotix