-
Notifications
You must be signed in to change notification settings - Fork 38
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
Avoid to call BufferedPort::prepare every time VectorsCollectionServer::populateData is called #790
Avoid to call BufferedPort::prepare every time VectorsCollectionServer::populateData is called #790
Conversation
If this code approach is fine I will update the walking-controller and the application in blf that streams the data |
…r::VectorsCollectionServer is called
I tested the modification on the robot, and everything seems to be working as expected. I'm going to finalize the PR this morning, merge it and release the software |
66f87c4
to
f4cd82b
Compare
In windows the IK test fails with this nice error: https://github.com/ami-iit/bipedal-locomotion-framework/actions/runs/7582705428/job/20652803791?pr=790#step:14:312 |
Let's see if the tests are bugged #797 |
The test failing is the QP IK with gravity task and for sure it is not related to this PR so I'm going to merge it. However I will open an issue for this since there could be something not consider cc @EhsanRanjbari and @S-Dafarra |
It is very weird, that tests started failing all of a sudden and only on Windows. It also fails quite largely, so it is not just a problem of tolerances |
No description provided.