Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-doc
Commits
3b3c0968
Commit
3b3c0968
authored
Sep 09, 2020
by
Joseph Mirabel
Committed by
Florent Lamiraux florent@laas.fr
Sep 10, 2020
Browse files
[installation] Update binary installation.
parent
034ba270
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/instructions.md
View file @
3b3c0968
...
...
@@ -6,12 +6,35 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
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`
3.
install HPP:
```bash
#pyver=27
pyver=36
sudo apt-get install robotpkg-py${pyver}-hpp-manipulation-corba robotpkg-py${pyver}-qt5-hpp-gepetto-viewer
```
4.
install (optionnal) extra packages for demonstrations:
`sudo apt-get install robotpkg-hpp-tutorial robotpkg-osg-dae ros-melodic-pr2-description robotpkg-hpp-environments robotpkg-romeo-description
5. setup your environment variables by adding the following lines to your `
.bashrc
`:
- Tutorials (binary release of the tutorial is only available for Python 2.7):
```bash
sudo apt-get install robotpkg-py27-hpp-tutorial
```
- GUI:
```bash
sudo apt-get install robotpkg-py${pyver}-qt5-hpp-gui robotpkg-py${pyver}-qt5-hpp-manipulation
```
- Some robot descriptions:
```bash
sudo apt-get install ros-melodic-pr2-description robotpkg-py${pyver}-hpp-environments robotpkg-romeo-description
```
5.
setup your environment variables by adding the following lines (fix Python version if necessary) to your
`.bashrc`
:
```bash
source /opt/ros/melodic/setup.bash
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment