Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-doc
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
Show more breadcrumbs
Humanoid Path Planner
hpp-doc
Merge requests
!5
Release v4.5
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release v4.5
gsaurel/hpp-doc:future
into
future
Overview
1
Commits
40
Pipelines
1
Changes
14
Merged
Guilhem Saurel
requested to merge
gsaurel/hpp-doc:future
into
future
5 years ago
Overview
1
Commits
40
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
future
future (base)
and
latest version
latest version
7b5de6bd
40 commits,
5 years ago
14 files
+
391
−
216
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
.dockers/ubuntu-14.04/Dockerfile
+
49
−
43
Options
@@ -6,51 +6,57 @@ RUN apt-get update -qqy && apt-get install -qqy \
RUN
echo
"deb http://packages.ros.org/ros/ubuntu trusty main"
>
/etc/apt/sources.list.d/ros-latest.list
RUN
apt-key adv
--keyserver
hkp://ha.pool.sks-keyservers.net:80
--recv-key
421C365BD9FF1F717815A3895523BAEEB01FA116
RUN
echo
"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg"
>
/etc/apt/sources.list.d/robotpkg.list
RUN
echo
"deb [arch=amd64] http://robotpkg.openrobots.org/wip/packages/debian/pub trusty robotpkg"
>
/etc/apt/sources.list.d/robotpkg.list
RUN
echo
"deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg"
>>
/etc/apt/sources.list.d/robotpkg.list
RUN
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | apt-key add -
RUN
apt-get update
-qqy
&&
apt-get
install
-qqy
\
autoconf
\
asciidoc
\
bison
\
cmake
\
flex
\
git
\
g++
\
libassimp-dev
\
libboost-all-dev
\
liblog4cxx10-dev
\
libltdl-dev
\
libomniorb4-dev
\
libopenscenegraph-dev
\
libqt4-opengl-dev
\
libqtgui4
\
libtinyxml2-dev
\
liburdfdom-dev
\
make
\
omniidl
\
omniidl-python
\
omniorb-nameserver
\
oxygen-icon-theme
\
python-matplotlib
\
qt4-dev-tools
\
robotpkg-qpoases+doc
\
robotpkg-roboptim-core
\
robotpkg-roboptim-trajectory
\
ros-indigo-xacro
\
ros-indigo-kdl-parser
\
ros-indigo-common-msgs
\
ros-indigo-tf
\
ros-indigo-tf-conversions
\
ros-indigo-libccd
\
ros-indigo-octomap
\
ros-indigo-resource-retriever
\
ros-indigo-srdfdom
\
ros-indigo-pr2-description
\
source-highlight
\
wget
\
&&
apt-get remove
-qqy
texlive-latex-base texlive-binaries ghostscript
\
&&
apt-get autoremove
-qqy
\
&&
rm
-rf
/var/lib/apt/lists/
*
autoconf
\
asciidoc
\
bison
\
cmake
\
flex
\
git
\
g++
\
libassimp-dev
\
libboost-all-dev
\
libcdd-dev
\
libglpk-dev
\
liblog4cxx10-dev
\
libltdl-dev
\
libomniorb4-dev
\
libopenscenegraph-dev
\
libqt4-opengl-dev
\
libqtgui4
\
libtinyxml2-dev
\
liburdfdom-dev
\
make
\
omniidl
\
omniidl-python
\
omniorb-nameserver
\
oxygen-icon-theme
\
python-matplotlib
\
qt4-dev-tools
\
robotpkg-osg-dae
\
robotpkg-qpoases+doc
\
robotpkg-roboptim-core
\
robotpkg-roboptim-trajectory
\
robotpkg-romeo-description
\
robotpkg-ros-baxter-common
\
ros-indigo-xacro
\
ros-indigo-kdl-parser
\
ros-indigo-common-msgs
\
ros-indigo-tf
\
ros-indigo-tf-conversions
\
ros-indigo-libccd
\
ros-indigo-octomap
\
ros-indigo-resource-retriever
\
ros-indigo-srdfdom
\
ros-indigo-pr2-description
\
source-highlight
\
wget
\
&&
apt-get remove
-qqy
texlive-latex-base texlive-binaries ghostscript
\
&&
apt-get autoremove
-qqy
\
&&
rm
-rf
/var/lib/apt/lists/
*
COPY
auto-install-hpp.sh /
Loading