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

Need for improving icub-tests installation #57

Open
pattacini opened this issue Jul 9, 2021 · 7 comments
Open

Need for improving icub-tests installation #57

pattacini opened this issue Jul 9, 2021 · 7 comments

Comments

@pattacini
Copy link
Member

pattacini commented Jul 9, 2021

Installing the project via robotology-superbuild made evident how it's not straightforward to launch a test.

Take this docker recipe as an example, where the following points could be improved:

cc @Nicogene @traversaro @mfussi66

@traversaro
Copy link
Member

Need for extending LD_LIBRARY_PATH

This should not be necessary since robotology/robotology-superbuild#393 . In any case, a related issue is robotology/robot-testing-framework#109 (earlier discussion: robotology/robotology-superbuild#95).

@traversaro
Copy link
Member

The suites are not installed

Also this should be handled by setup.sh, even if it would be indeed better if those files were installed, so that we could have the icub-tests work correctly even without assuming the existince of the source directory, as in the case of conda packages.

@pattacini
Copy link
Member Author

This should not be necessary since robotology/robotology-superbuild#393 . In any case, a related issue is robotology/robot-testing-framework#109 (earlier discussion: robotology/robotology-superbuild#95).

We need to expose plugins here not just lib/rtf. However, I could run further tests.

@traversaro
Copy link
Member

This should not be necessary since robotology/robotology-superbuild#393 . In any case, a related issue is robotology/robot-testing-framework#109 (earlier discussion: robotology/robotology-superbuild#95).

We need to expose plugins here not just lib/rtf. However, I could run further tests.

You are right, I was confused!

@Nicogene
Copy link
Member

We need to expose plugins here not just lib/rtf. However, I could run further tests.

maybe the setup.sh can set the LD_LIBRARY_PATH pointing where the icub-tests plugins are installed?

@pattacini
Copy link
Member Author

pattacini commented Jul 12, 2021

maybe the setup.sh can set the LD_LIBRARY_PATH pointing where the icub-tests plugins are installed?

I'm afraid they're not even installed.

@pattacini
Copy link
Member Author

pattacini commented Jul 12, 2021

My fault, the plugins are correctly installed in lib so they're exposed via setup.sh.
I didn't find the file .so within /usr/local/lib in the first place.

What's left are the suites.

pattacini added a commit to icub-tech-iit/icub-forward-kinematics-inspection that referenced this issue Jul 12, 2021
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

No branches or pull requests

3 participants