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
GitLab 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
c44a096a
Commit
c44a096a
authored
6 years ago
by
Tim Übelhör
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
d0e9f6a3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-10
5 additions, 10 deletions
README.md
with
5 additions
and
10 deletions
README.md
+
5
−
10
View file @
c44a096a
...
...
@@ -13,16 +13,10 @@ git clone --recursive git@git.rwth-aachen.de:robo_guide/robo_guide_ws.git
```
# Dependencies
The projects build on top of each and can be built in one source tree since they
are catkin and cmake packages. There are quite a few dependencies which have to
be installed most can be installed via the usual cmake process (checkinstall
is recommended so you can cleanly remove the dependencies):
```
bash
mkdir
build
cd
build
cmake ..
sudo
checkinstall
```
Most of dependencies are included in the full ROS-Desktop environment.
The other dependencies are either included as submodules in this workspace or
as conan packages. Only visp requires manual installation via an apt command
(see below).
## ROS
ROS Perception (compare with this
[
REP
](
http://www.ros.org/reps/rep-0142.html
)
)
...
...
@@ -48,6 +42,7 @@ sudo pip3 install conan
The repositories needed:
```
bash
conan remote add tuebel-gl3w https://api.bintray.com/conan/tuebel/gl3w
conan remote add tuebel-pose-filter https://api.bintray.com/conan/tuebel/pose_filter
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan remote add conan-transit https://api.bintray.com/conan/conan/conan-transit
```
...
...
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