Closed Aimiliospet closed 2 years ago
Hi @Aimiliospet
The master branch on this repo is not quite up to date. Until #38 is merged it is advised to use this fork/brank which is currently active
Hello @gergondet, Thank you very much for the feedback, although i was building successfully the controller of the old repo, on the active one you suggested, i have some issues. The online footstep planner you suggest is not accessible in github and two other repositories are private. How can i overcome this? On the other hand, the building errors i get are about the LSSOL_LS class of Eigen, which i suppose has to do with the solver and on this controller it is changed to lssol_ls from eigen_qld. I don't think i can get acces to lssol_ls or am i wrong? Is there a way to overcome these? If i built this controller i could try running it with the default robot of hrp4cr before proceeding. terminal output by the make command:
In file included from /home/aimpet/test/lipm_walking_controller/src/Stabilizer.cpp:30:0:
/home/aimpet/test/lipm_walking_controller/include/lipm_walking/Stabilizer.h:30:10: fatal error: eigen-lssol/LSSOL_LS.h: No such file or directory
#include <eigen-lssol/LSSOL_LS.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Or maybe the problem is that i can not clone this repository git@github.com:TsuruMasato/lipm_walking_controller.git. i get the following message when executing the first step of how to build guide in the new fork/brank you sent me :
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
so i used git clone --recursive. Maybe this could lead to the problem by missing some files. Thanks in advance!
Hello Everyone, After having some problems with installing hrpsys-base in ubuntu 18.04 i decided to try to just run the lipm_walking_controller with the mc_rtc_ticker in the rviz ros environmet. When calling the controller with _rosrun mc_rtc_ticker mc_rtcticker and having the mc_rtc.yaml file configured:
im getting an error concerning observers. I tried adding the simple example for an observer from _https://jrl-umi3218.github.io/mc_rtc/tutorials/recipes/observers.html_ but didnt solve it. The whole error message is the following:
Is there a way to solve this or the controller isn't supposed to be tested with the mc_rtc_ticker framework in the ros environment? Thanks in advance!