complementary-dynamics-cpp
complementary-dynamics-cpp copied to clipboard
Results
2
complementary-dynamics-cpp issues
Sort by
recently updated
recently updated
newest added
Dear authors, thanks a lot for providing the code of complementary dynamics. I find that after constructing the mass matriix, it is multiplied by 1000, as shown below: https://github.com/seungbaebang/complementary-dynamics-cpp/blob/a80f9579d714352fe541518cf89554d62b72a4f4/demo/complementary_dynamics.cpp#L142 Can...
Before running the code, you need to set up the following: Compile static library with Bartels: libbartels cd Bartles mkdir build cd build cmake .. -Dbartels_USE_STATIC_LIBRARY=ON make -j8 Compile static...