-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test HumanStateProvider after rebasing feature/visualize-berdy-estimated-wrench to devel #187
Comments
Hi @Yeshasvitvs, I am failing in compiling this branch with the following:
I guess I'm not using the correct branch of |
@lrapetti idyntree branch is correct but may be the commit is not. The recent commits on that branch updated the updateEstimateInformationFloatingBase() with a new argument. Please roll back to the commit previous to this change and try to compile |
I confirm I was able to compile after rolling back to commit ami-iit/idyntree-hde-fork@02d2f3c |
I checked the code and test the command and seem to be answering correctly. Anyway I think you can procede from this rebase and eventually do a final test when we will be merging this branch in devel and if strange behaviours occurs we can fix them later. |
@lrapetti drop here a comment on why we are moving this issue into Backlog. |
Even if it seems to be working fine, I cannot visualize the output at the moment so it is better to duble check it in the future. At the moment, checking if this rebase work is not critical since the branch is far from being merged, so we can move it to backlog |
Some tests were done in the past, anyway we will need to rebase it again after latest changes. I will close the issue for the time being. |
Following the PR #164 by @lrapetti , major changes are made to
HumanStateProvider
device to add the feature of secondary calibration. Also,HumanStateProvider
device was updated in parallel with base offset removal features #153.For the sake of aligning the branches, I rebased feature/visualize-berdy-estimated-wrench onto the
devel
branch after PR #164 was merged. Clearly, there were a lot of conflicts inHumanStateProvider.cpp
file and I managed to fix them. I ran HDE and the rviz visualization seems to be fine. However, I did not test all the rpc features related to base offset removal and secondary calibration. So, I pushed changes after rebasing to a new branch https://github.com/Yeshasvitvs/human-dynamics-estimation/tree/test/devel-rebase that needs to be tested.@lrapetti please test this branch and most importantly try to double check and test the commit https://github.com/Yeshasvitvs/human-dynamics-estimation/commit/4a60f2ae0f80a383fb1dfe528c0d2296a0a709c1.
The text was updated successfully, but these errors were encountered: