Siddharth Deore
Results
2
comments of
Siddharth Deore
@Julius-ZCJ, I recommend updating the `target_link_libraries` section in your CMakeLists.txt file as follows: ```cmake target_link_libraries(learn_ws PUBLIC OsqpEigen::OsqpEigen) ```
@traversaro, last year, I wrote some throwaway snippets to automatically generate [mjcf](https://mujoco.readthedocs.io/en/stable/modeling.html) files from the original [icub-models](https://github.com/robotology/icub-models.git) and (ergoCub)(https://github.com/icub-tech-iit/ergocub-software.git) models. The primary goal was to streamline the generation process without...