-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add basic pixi support and add basic smoke test of wholebodydynamics
device
#177
Conversation
As currently building the test requires yarp master, I disable the test in CI so we can continue to use the yarp binaries there. |
Anyhow, I added a separate pixi-ci, so conda-ci checks compilation against YARP 3.9 (or in general the latest binary release available), and pixi-ci uses instead YARP master. We can revisit this in the future. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Only minor comments
Co-authored-by: Stefano Dafarra <stefano.dafarra@gmail.com>
I wanted to work on #170 and #176, but it was tricky to do so without any even basic test of the functionality of
wholebodydynamics
device.To solve the problem, I added basic support for building the project with
pixi
, and then I added a basic test that just loads thewholebodydynamics
device file for ergoCubSN001 with fake devices.The setup at the moment is a bit complex, as I need to compile YARP (and hence icub-main and ergocub-software) as otherwise the
fakeIMU
device in YARP 3.9 does not support specifying theframeName
. Furthermore, I had to manually add afakeFTs
device to simulate a device that exposes multiple FTs sensors with temperature sensors. Once YARP 3.10 is released, the setup can be simplified to use YARP (and ICUB and ergocub-software) binaries.