Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_scripts
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
mobile_robotics
wolf_projects
wolf_scripts
Commits
93d52d0f
Commit
93d52d0f
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
install libgsl if CSM
parent
2c6b9f43
No related branches found
No related tags found
No related merge requests found
Pipeline
#8481
canceled
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_wolf.sh
+5
-0
5 additions, 0 deletions
install_wolf.sh
with
5 additions
and
0 deletions
install_wolf.sh
+
5
−
0
View file @
93d52d0f
...
@@ -323,6 +323,11 @@ if [ $INSTALL_LASER == "y" ]; then
...
@@ -323,6 +323,11 @@ if [ $INSTALL_LASER == "y" ]; then
read
INSTALL_CSM
read
INSTALL_CSM
fi
fi
if
[
$INSTALL_CSM
==
"y"
]
;
then
if
[
$INSTALL_CSM
==
"y"
]
;
then
if
[
"
$UID
"
-eq
0
-o
"
$EUID
"
-eq
0
]
;
then
apt
install
-y
libgsl-dev
else
sudo
apt
install
-y
libgsl-dev
fi
cd
$DEPS_PATH
cd
$DEPS_PATH
git clone https://gitlab.iri.upc.edu/labrobotica/algorithms/csm.git
git clone https://gitlab.iri.upc.edu/labrobotica/algorithms/csm.git
cd
csm
cd
csm
...
...
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