Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
robo_guide_ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
RoboGuide
robo_guide_ws
Commits
d54321d3
Commit
d54321d3
authored
5 years ago
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
Conan troubleshoot
parent
21129e69
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-0
11 additions, 0 deletions
README.md
with
11 additions
and
0 deletions
README.md
+
11
−
0
View file @
d54321d3
...
@@ -47,6 +47,17 @@ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-co
...
@@ -47,6 +47,17 @@ conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-co
conan remote add conan-transit https://api.bintray.com/conan/conan/conan-transit
conan remote add conan-transit https://api.bintray.com/conan/conan/conan-transit
```
```
If you experience any conan.cmake errors like
`Conan install failed='1'`
, cd
into the directory of the project which causes the errors and try to install
the packages directly with the conan cli:
```
bash
mkdir
conan_build
&&
cd
conan_build
conan
install
..
```
This will give you a more verbose error message like
`ERROR: Unable to find 'scigl_render/0.6@tuebel/testing' in remotes`
which means
you probably forgot to add a repository from above.
## [visp](https://visp.inria.fr/install/)
## [visp](https://visp.inria.fr/install/)
Needed for handy-eye-calibration install via:
Needed for handy-eye-calibration install via:
```
bash
```
bash
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment