Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jrl-walkgen
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Stack Of Tasks
jrl-walkgen
Commits
77a63559
Commit
77a63559
authored
8 years ago
by
mnaveau
Browse files
Options
Downloads
Patches
Plain Diff
install urdfdom via ros hydro and not via robotpkg
parent
78f95cf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
travis_custom/custom_before_install
+7
-1
7 additions, 1 deletion
travis_custom/custom_before_install
with
7 additions
and
1 deletion
travis_custom/custom_before_install
+
7
−
1
View file @
77a63559
...
...
@@ -9,6 +9,10 @@ set -v
sudo
sh
-c
"echo
\"
deb http://robotpkg.openrobots.org/packages/debian precise robotpkg
\"
>> /etc/apt/sources.list "
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key |
sudo
apt-key add -
# Add ros-hydro
sudo
sh
-c
"echo
\"
deb http://packages.ros.org/ros/ubuntu precise main
\"
> /etc/apt/sources.list.d/ros-latest.list"
curl https://raw.githubusercontent.com/ros/rosdistro/master/ros.key
-O
- |
sudo
apt-key add -
# show memory usage before install
sudo
free
-m
-t
...
...
@@ -16,8 +20,10 @@ sudo free -m -t
# Add dependencies from apt
export
APT_DEPENDENCIES
=
"doxygen doxygen-latex libboost-all-dev libeigen3-dev liblapack-dev libblas-dev gfortran"
# Add urdfdom from ros hydro
export
APT_DEPENDENCIES
=
"ros-hydro-urdfdom ros-hydro-urdfdom-headers"
# Add dependencies from robot-pkg
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
"
robotpkg-urdfdom robotpkg-urdfdom-headers
robotpkg-jrl-mal+jrl-mathtools"
export
APT_DEPENDENCIES
=
$APT_DEPENDENCIES
" robotpkg-jrl-mal+jrl-mathtools"
# Add one git dependency
export
GIT_DEPENDENCIES
=
$GIT_DEPENDENCIES
" https://github.com/MaximilienNaveau/simple_humanoid_description.git"
...
...
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