Open zongmianli opened 1 year ago
The goal is to create a environment.yml
to help with the software installation. I'm spending personal time to make this happen. Here is my progress:
Compilation issue with some Cmake macros , I see these in Pinocchio but not in your repo. I tried to use the cmake submodules used in Pinocchio but without success
CMake Error at CMakeLists.txt:70 (PKG_CONFIG_USE_DEPENDENCY):
Unknown CMake command "PKG_CONFIG_USE_DEPENDENCY".
@zongmianli :heavy_check_mark: "CMake 3.27, remove unsupported macros" it seems you already have a fix for this , please give me access to your branch, let me help testing as you move forward, so I can follow the updates, test your fixes and tell you if it works.
Code upgrade completed for the --virtual-object
mode now. See d4910d5. The solver should be compiled using cmake
and make
. Once compiled the solver, one should be able to run the parkour demo, by executing source scripts/demo.sh
from the repo's root. The program should generate something like this:
An updated todo list:
--virtual-object
option).
We are dicussing about releasing a new, easy-to-use version of our motion-force estimator. Please leave a comment in case of any suggestions. Thanks! Zong