Here are listed the external libraries used in the project and the references on how to build them.
Note: open cmd as administrator to avoid possible problems while installing with vcpkg
Can be build either with vcpck with the usual commands:
cd path/to/vcpck
vcpkg install poco:x64-windows
vcpck integrate install
or by following the official guide
Can be build either with vcpck with the usual commands:
cd path/to/vcpck
vcpkg install eigen3:x64-windows
vcpck integrate install
or by following the official guide
Can be build either with vcpck with the usual commands:
cd path/to/vcpck
vcpkg install boost:x64-windows
vcpck integrate install
or by following the official guide
It is directly integrated in the project with its own headers and source files.
Even in this case remember to place FrankaPandaDynModelLib_dll.dll in the same directory of the executable to avoid runtime error (or do it in a smarter way).
See buildLibFranka for how to build it