You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sot-torque-control has a required dependency to the ddp-actuator-solver package, only needed if you want to use a ddp algorithm, which is most of the time not the case.
Is it possible to make this dependency conditional like it seems to be for the sources ?
In the src/CMakeLists.txt there is this condition:
Can we have something similar in the CMakeLists.txt instead of: ADD_PROJECT_DEPENDENCY(ddp-actuator-solver REQUIRED PKG_CONFIG_REQUIRES ddp-actuator-solver)
Thank you !
The text was updated successfully, but these errors were encountered:
Hi !
Sot-torque-control has a required dependency to the ddp-actuator-solver package, only needed if you want to use a ddp algorithm, which is most of the time not the case.
Is it possible to make this dependency conditional like it seems to be for the sources ?
In the src/CMakeLists.txt there is this condition:
Can we have something similar in the CMakeLists.txt instead of:
ADD_PROJECT_DEPENDENCY(ddp-actuator-solver REQUIRED PKG_CONFIG_REQUIRES ddp-actuator-solver)
Thank you !
The text was updated successfully, but these errors were encountered: