Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-doc
Commits
caea3f43
Commit
caea3f43
authored
Dec 10, 2019
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Dec 11, 2019
Browse files
Update instructions to ubuntu-18.04.
parent
119cfd74
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/instructions.md
View file @
caea3f43
## Binary installation on ubuntu-1
6
.04 64 bit with ros-
kinet
ic
## Binary installation on ubuntu-1
8
.04 64 bit with ros-
melod
ic
To install all the packages on ubuntu 1
6
.04 LTS 64 bit, you should do the following steps:
To install all the packages on ubuntu 1
8
.04 LTS 64 bit, you should do the following steps:
1.
install ROS-
kinet
ic: follow steps 1.1 to 1.3 of
[
the ROS installation website.
](
http://wiki.ros.org/
kinet
ic/Installation/Ubuntu
)
.
1.
install ROS-
melod
ic: follow steps 1.1 to 1.3 of
[
the ROS installation website.
](
http://wiki.ros.org/
melod
ic/Installation/Ubuntu
)
.
2.
install robotpkg: follow
[
the robotpkg installation website
](
http://robotpkg.openrobots.org/debian.html
)
.
3.
install HPP:
`sudo apt-get install robotpkg-hpp-tutorial robotpkg-osg-dae`
4.
install (optionnal) extra packages for demonstrations:
`sudo apt-get install robotpkg-hpp-tutorial robotpkg-osg-dae ros-
kinet
ic-pr2-description robotpkg-hpp-environments robotpkg-hpp-universal-robot robotpkg-romeo-description robotpkg-ros-baxter-common`
`sudo apt-get install robotpkg-hpp-tutorial robotpkg-osg-dae ros-
melod
ic-pr2-description robotpkg-hpp-environments robotpkg-hpp-universal-robot robotpkg-romeo-description robotpkg-ros-baxter-common`
4.
setup your environment variables by adding the following lines to your
`.bashrc`
:
```bash
source /opt/ros/
kinet
ic/setup.bash
source /opt/ros/
melod
ic/setup.bash
export PATH=/opt/openrobots/bin${!PATH:-:}${PATH}
export LD_LIBRARY_PATH=/opt/openrobots/lib${!LD_LIBRARY_PATH:-:}${LD_LIBRARY_PATH}
...
...
@@ -28,11 +28,11 @@ To install all the packages on ubuntu 16.04 LTS 64 bit, you should do the follow
5.
open
`/opt/openrobots/share/doc/hpp-doc/index.html`
in a web brower and you
will have access to the documentation of most packages.
## Source installation on ubuntu-1
6
.04 64 bit with ros-
kinet
ic
## Source installation on ubuntu-1
8
.04 64 bit with ros-
melod
ic
To install all the packages on ubuntu 1
6
.04 LTS 64 bit, you should do the following steps:
To install all the packages on ubuntu 1
8
.04 LTS 64 bit, you should do the following steps:
1.
install ROS-
kinet
ic: follow steps 1.1 to 1.3 of
[
the ROS installation website.
](
http://wiki.ros.org/
kinet
ic/Installation/Ubuntu
)
.
1.
install ROS-
melod
ic: follow steps 1.1 to 1.3 of
[
the ROS installation website.
](
http://wiki.ros.org/
melod
ic/Installation/Ubuntu
)
.
2.
install robotpkg: follow
[
the robotpkg installation website
](
http://robotpkg.openrobots.org/debian.html
)
.
...
...
@@ -50,12 +50,14 @@ To install all the packages on ubuntu 16.04 LTS 64 bit, you should do the follow
robotpkg-roboptim-core
\
robotpkg-roboptim-trajectory
\
robotpkg-romeo-description
\
ros-kinetic-xacro
\
robotpkg-ros-baxter-common
\
robotpkg-ros-universal-robot
\
ros-melodic-xacro
\
libccd-dev
\
ros-
kinet
ic-octomap
\
ros-
kinet
ic-resource-retriever
\
ros-
kinet
ic-srdfdom
\
ros-
kinet
ic-pr2-description
\
ros-
melod
ic-octomap
\
ros-
melod
ic-resource-retriever
\
ros-
melod
ic-srdfdom
\
ros-
melod
ic-pr2-description
\
git
\
libomniorb4-dev
\
omniorb-nameserver
\
...
...
@@ -88,7 +90,7 @@ To install all the packages on ubuntu 16.04 LTS 64 bit, you should do the follow
5.
Copy Config and Makefile
```bash
wget -O $DEVEL_HPP_DIR/config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/devel/doc/config/ubuntu-1
6
.04-
kinet
ic.sh
wget -O $DEVEL_HPP_DIR/config.sh https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/devel/doc/config/ubuntu-1
8
.04-
melod
ic.sh
wget -O $DEVEL_HPP_DIR/src/Makefile https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/devel/doc/Makefile
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment