-
cmake -DCUSTOM_QT_PATH=~/Qt/5.14.2/gcc_64 ..
```bash
-- Found RBDL: /usr/local/lib/librbdl.so
-- Found RBDL LUAMODEL: /usr/local/lib/librbdl_luamodel.so
-- Boost version: 1.65.1
CMake Error at CM…
-
It seems that the render request is never completed when using rbdl-toolkit on ubuntu. Maybe this is a bug with an older version of qt. Need to investigate further.
ju6ge updated
4 years ago
-
1. Insert this line in the CMakeLists.txt file before the block of FIND_PACKAGE statements:
SET(CUSTOM_RBDL_PATH "" CACHE PATH "Path to specific RBDL Installation")
2. In the Toolkit->File menu …
-
Hi there,
We've been trying to make ACADO work with the dynamics calculated via RBDL from Martin Feliz (I actually use the biorbd wrapper for that). However, it seems there are linking problems when…
-
The version of Visual Studio used should be the same as that used by NW.js and the Qt SDK. Currently this is Visual Studio 2015.
Look out also for CLang/LLVM integration with Visual Studio for the …