Closed fjandrad closed 6 years ago
cc @diegoferigo @traversaro @gabrielenava
It was my fault, sorry guys. It can be easily fixed by moving the if(CODYCO_USES_KDL)
inside the torqueBalancing
directory, guarding everything except the add_subdirectory(app)
call.
Apparently I forgot to fix this issue. Solution provided in https://github.com/robotology/codyco-modules/commit/5442a76c1a4c2bdb6bf4382432171423d6c81075 . cc @diegoferigo @gabrielenava
The CMakeList in
contains the following condition
Since KDL is being deprecated by default it wont compile the torqueBalancing folder. This is an issue since the ini files from torqueBalancing are commonly used for the starting positions. As a result the ini files are not installed by default.