Skip to content
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

Shorten header structure and merge Model and Sensors libraries #1104

Merged
merged 16 commits into from
Sep 6, 2023

Conversation

traversaro
Copy link
Member

@traversaro traversaro commented Sep 6, 2023

Fix #132 . #132 was a prerequisite, but in following PRs the merge of Model and Sensors will permit us to add a SensorsList to the iDynTree::Model. cc @Nicogene

Sorry for the gigantic PR, but that is unfortunately necessary given the nature of the change, however the single commit are smaller.

@traversaro traversaro changed the title Shorten header structure for Model and Sensors and merge Model and Sensors Shorten header structure and merge Model and Sensors Sep 6, 2023
@traversaro traversaro changed the title Shorten header structure and merge Model and Sensors Shorten header structure and merge Model and Sensors libraries Sep 6, 2023
@traversaro
Copy link
Member Author

Python CI is failing with:

2023-09-06T08:22:17.5615831Z   -- Installing: /tmp/pip-req-build-9quuo_de/build/lib.linux-x86_64-cpython-310/idyntree/include/iDynTree/KalmanFilter.h
2023-09-06T08:22:17.5618413Z   CMake Error at build/temp.linux-x86_64-cpython-310_BuildAndInstall/src/estimation/cmake_install.cmake:69 (file):
2023-09-06T08:22:17.5620628Z     file INSTALL cannot find
2023-09-06T08:22:17.5623384Z     "/tmp/pip-req-build-9quuo_de/src/estimation/include/iDynTree/estimation":
2023-09-06T08:22:17.5625698Z     No such file or directory.
2023-09-06T08:22:17.5628154Z   Call Stack (most recent call first):
2023-09-06T08:22:17.5630850Z     build/temp.linux-x86_64-cpython-310_BuildAndInstall/src/cmake_install.cmake:62 (include)
2023-09-06T08:22:17.5633375Z     build/temp.linux-x86_64-cpython-310_BuildAndInstall/cmake_install.cmake:52 (include)

Copy link
Member

@Nicogene Nicogene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@traversaro
Copy link
Member Author

Failures are unrelated, merging.

@traversaro traversaro merged commit db1d2de into master Sep 6, 2023
35 of 39 checks passed
@traversaro traversaro deleted the fix132 branch September 6, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shorten header structure
2 participants