error: ‘class franky::Robot’ has no member named ‘setDynamicRel’
error: no matching function for call to ‘franky::Robot::move(franky::CartesianMotion&)’
Also, when linking to a CMake target, the name of the target has to be provided without a "lib" prefix. In this case here, the name of the target is franky.
The C++ example in the readme did not compile, due to the following errors:
Also, when linking to a CMake target, the name of the target has to be provided without a "lib" prefix. In this case here, the name of the target is
franky
.