-
Notifications
You must be signed in to change notification settings - Fork 1
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 the repo documentation #1
Comments
Installation partI originally tried to install all the dependencies on Ubuntu 20.04. I had issues mainly because of two dependencies: In both cases, I have found the source code: but installation did not seem very straightforward so I gave up and I moved to Windows.
Moving to Windows
|
Usage - PART 1
-- At this point I was able to run the MATLAB script. Next part in the next comment! |
Please do not do that! If you install cmake-gui manually, you basically may be installing a CMake version different from the one installed via conda and this may lead to hard to debug errors (I suspect this is related to robotology/robotology-superbuild#1057 (comment)). If there is any issue/feature request related to the robotology-superbuild (i.e. I want to use cmake-gui in the configuration, and with the current instructions I can't ), feel free to open an issue in the robotology-superbuild issue tracker, thanks!
Feel free to open an issue, thanks! |
ok, I had cmake already installed on my PC because I already had projects that required it, and I was inside the mamba environment when I called the It is a very peculiar case but it would be better to specify the
this point is already specified in the documentation: https://github.com/robotology/robotology-superbuild/blob/master/doc/conda-forge.md#source-installation, I was wondering if it was necessary to enforce it in the documentation of this repo too, as it is a step that is very easy to forget. But anyways in the robotology documentation is documented. |
My plan is to make sure that cmake-gui can be installed via conda, so that cmake-gui works out of the box in conda and we do not need to worry about cross-talking with a system-installed cmake, see conda-forge/cmake-feedstock#12 (comment) . |
Usage - Part 2 (Alternative Final 1: Ubuntu)I had some difficulties related to the installation of the robotology superbuild on Windows that slowed down my test. The issue has been solved by @traversaro, but in the meantime I decided to move on Ubuntu and continue my testing there. Some comments:
if ~exist(outputMotionFilename, 'file')
ikTool.run();
end the call is not performed when the file `` is already generated. for the first dataset, I generated it on Windows during my previous trials and I had it, while I did not have it for the second dataset.
|
Usage - Part 3 (Alternative Final 2: WIndows)In order to run the code on windows, it is necessary to use appropriate tags for the robotology superbuild. Here the however there are still compilation issues on windows that do not allow me to complete the superbuild installation with the given tags -- the original problem is solved however: the superbuild compiles with the default tags. Here the issue to track the problems: Since the code testing is concluded successfully on Ubuntu, I think we can consider the testing concluded @claudia-lat. The only thing left to do, besides addressing the small comments we discussed offline, would be to update the |
testing completed, closing! |
@gabrielenava I really want to thank you for your incredible support in testing and improving the code! |
In this issue, the documentation and code of this repo are going to be tested.
The text was updated successfully, but these errors were encountered: