-
Notifications
You must be signed in to change notification settings - Fork 48
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 advanced ROBOTOLOGY_SKIP_ROBOTS_CONFIGURATION CMake option #1775
Conversation
I wonder if it makes sense to have a dummy |
Even if that was there, I am not sure if it useful, for the following reasons:
|
PR found: #389 . Note that a user can still set |
Clear! At this point, maybe it makes sense to add the definition of an env variable indicating where are located the configurations files. This would simplify the definition of the additional commands we currently use on the robot (see for example https://github.com/robotology/robots-configuration/blob/6b22848d0654505ea4277e0c6d109dea0c58509b/ergoCubSN000/extra/scripts/installRobotsConfiguration.sh#L11). Related comment: robotology/robots-configuration#698 (comment) If you agree, I can also provide a PR for the |
Sure, that probably should be placed in |
I also cherry-picked the change in the |
This is option is not meant to be used in general, but it can be useful in setups where there is a single robots-configuration installed outside of the robotology-superbuild that is shared by different robotology-superbuild, that are build in different environments or container images.
This option is meant to be used in specific contexts, so it will be documented there and is not documented (and it is marked as advanced, to be hidden by default) in the
robotology-superbuild
.This option is meant to be used with the functionality added to robots-configuration in robotology/robots-configuration#697 .