-
Notifications
You must be signed in to change notification settings - Fork 29
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
HDE Wiki Page Images Usage #85
Comments
@DanielePucci I am not sure if this information is known to the other members of the lab. In any case, it is better to put it somewhere which can be accessed by all the loc2 members. |
In that page it does not seem that GitHub suggests adding the image to the repo, if I am not wrong. |
For example @S-Dafarra is using closed issue for uploading the wiki images (https://github.com/loc2/lab-organisation/issues/103, https://github.com/loc2/lab-organisation/issues/104) |
It's a dirty trick to avoid increasing the weight of the repo 😁 |
My bad, It is my interpretation of that! |
I do it in this dirty way as well, especially if I know that the image won't be editable in the future. In this case I upload the file (e.g., the |
In the past I uploaded the wiki-images to the lab-organisation repo and added the images for How to use two iCub robots in gazebo simulation. As this repo is private and it is mainly used for organizational purposes I believe it is not a problem. @traversaro please correct if I am wrong and if the wiki-images have to be removed from the repo and stored in the wiki repo of it. |
Yes, I think images in private repos not used to store code is not really a big problem (but obviously depends on the case). |
So I will leave the wiki-images of lab-organization there. |
Closing this issue as we decided to store the images for HDE wiki inside the wiki repo itself. |
Add brewInstallOrUpgrade function for MacOS CI
We decided to use the wiki pages for documenting the HDE usage, which can help a new user to get started quickly. Unfortunately the current possible way to use images, as suggested by github, is to upload the images to the repo and use the url. As @traversaro pointed out this is not a clean solution for a public repository like human-dynamics-estimation, particularly when the amount of images and their sizes are large. An alternative way is considered here, which uses the idea that a wiki of a git repository is itself a git repository. So, in case of future changes to be done for the wiki pages, an user has to clone the wiki repo and add the new images to it and then they can be used in the wiki pages.
@claudia-lat @diegoferigo @lrapetti
The text was updated successfully, but these errors were encountered: