Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_helena_how_to
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
robots
helena
iri_helena_how_to
Commits
bac7c10f
Commit
bac7c10f
authored
3 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update installation.md
parent
3dbcb3b0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.md
+8
-6
8 additions, 6 deletions
docs/installation.md
with
8 additions
and
6 deletions
docs/installation.md
+
8
−
6
View file @
bac7c10f
...
...
@@ -80,9 +80,9 @@ Follow the instructions on this [ROS tutorial](http://wiki.ros.org/melodic/Insta
```
bash
cd
mkdir
-p
helena_ws/src
mkdir
-p
helena_ws/rosinstall
cd
helena_ws/rosinstall
mkdir
-p
~/iri-lab/
helena_ws/src
mkdir
-p
~/iri-lab/
helena_ws/rosinstall
cd
~/iri-lab/
helena_ws/rosinstall
wget
-q
https://gitlab.iri.upc.edu/labrobotica/ros/iri_ros_how_to/-/raw/master/rosinstall/iri_core.rosinstall
wget
-q
https://gitlab.iri.upc.edu/labrobotica/ros/robots/helena/iri_helena_how_to/-/raw/master/rosinstalls/helena_common.rosinstall
wget
-q
https://gitlab.iri.upc.edu/labrobotica/ros/robots/helena/iri_helena_how_to/-/raw/master/rosinstalls/helena_real.rosinstall
...
...
@@ -91,12 +91,14 @@ wstool init
wstool merge
-y
-r
../rosinstall/iri_core.rosinstall
wstool merge
-y
-r
../rosinstall/helena_common.rosinstall
wstool merge
-y
-r
../rosinstall/helena_real.rosinstall
wstool update
-j
10
rosdep
install
-q
-y
-i
-r
--from-paths
.
wstool update
sudo
rosdep init
rosdep update
rosdep
install
-yir
--from-paths
.
source
/opt/ros/melodic/setup.bash
cd
..
catkin_make
echo
"source
~
/helena_ws/devel/setup.bash"
>>
$HOME
/.bashrc
echo
"source
\$
HOME/iri-lab
/helena_ws/devel/setup.bash"
>>
$HOME
/.bashrc
source
~/.bashrc
```
...
...
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