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
Guilhem Saurel
hpp-rbprm-corba
Commits
e1cb0594
Unverified
Commit
e1cb0594
authored
May 03, 2019
by
Fernbach Pierre
Committed by
GitHub
May 03, 2019
Browse files
update README : installation instructions
parent
a69dd94e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e1cb0594
...
...
@@ -4,36 +4,29 @@ Copyright 2015 LAAS-CNRS
Author: Steve Tonneau
##Description
##
Description
hpp-rbprm-corba implements python bindings for hpp-rbprm, and presents a few example files.
Please refer to this
[
link
](
https://github.com/
sto
nne
au
/hpp-rbprm
)
for information on hpp-rbprm.
Please refer to this
[
link
](
https://github.com/
humanoid-path-pla
nne
r
/hpp-rbprm
)
for information on hpp-rbprm.
##Installation
on ubuntu-14.04 64 bit with ros-indigo
##
Installation
from binary package repository
To install hpp-rbprm-corba:
1.
Add robotpkg to your apt configuration: http://robotpkg.openrobots.org/debian.html
2.
`sudo apt update && sudo apt install robotpkg-hpp-rbprm-corba`
1.
Install HPP-RBPRM and its dependencies
-
see https://github.com/stonneau/hpp-rbprm
2.
Install HPP-AFFORDANCE-CORBA along with its dependencies
-
see https://github.com/anna-seppala/hpp-affordance-corba
## Installation From source on ubuntu-16.04 64 bit with ros-kinetic
3.
Use CMake to install the library. For instance:
1.
Follow this instructions : http://humanoid-path-planner.github.io/hpp-doc/download.html (select 'Devellopement" in the list)
2.
Once this installation is complete, run
`make rbprm`
mkdir $HPP_RBPRM_CORBA_DIR/build
cd $HPP_RBPRM_CORBA_DIR/build
cd cmake ..
make install
##Documentation
## Documentation
Open $DEVEL_DIR/install/share/doc/hpp-rbprm-corba/doxygen-html/index.html in a web brower and you
will have access to the code documentation. If you are using ipython, the documentation of the methods implemented
is also directly available in a python console.
##Example
##
Example
To see the planner in action, two examples from our IJRR submission with HyQ are available. Examples with HRP-2 are also provided,
though they can only be executed if you have access to HRP-2 model.
...
...
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