Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
robo_guide_ws
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
RoboGuide
robo_guide_ws
Commits
d54321d3
Commit
d54321d3
authored
Jul 04, 2019
by
Tim Übelhör
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Conan troubleshoot
parent
21129e69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
README.md
+11
-0
No files found.
README.md
View file @
d54321d3
...
...
@@ -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
```
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/)
Needed for handy-eye-calibration install via:
```
bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment