Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-affordance-corba
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-affordance-corba
Merge requests
!3
update readme.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
update readme.md
pFernbach:patch-1
into
master
Overview
5
Commits
1
Pipelines
0
Changes
1
Closed
Guilhem Saurel
requested to merge
pFernbach:patch-1
into
master
8 years ago
Overview
5
Commits
1
Pipelines
0
Changes
1
Expand
Created by: pFernbach
add a step to install hpp-template-corba (required)
fix link to hpp and stonneau repo instead of anna-seppela repo
fix cmake install path
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
8bd06bbe
1 commit,
6 years ago
1 file
+
16
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
16
−
13
Options
@@ -13,28 +13,31 @@ Please refer to this [link](https://github.com/anna-seppala/hpp-affordance) for
To install hpp-affordance-corba:
1.
install HPP
-
see https://github.com/humanoid-path-planner/hpp-doc
-
see https://github.com/humanoid-path-planner/hpp-doc
/tree/devel
2.
install HPP-AFFORDANCE
-
see https://github.com/anna-seppala/hpp-affordance
3.
Clone the HPP-AFFORDANCE-CORBA repository onto your local computer and update the submodule:
git clone https://github.com/anna-seppala/hpp-affordance-corba.git
-
see https://github.com/humanoid-path-planner/hpp-affordance
3.
Install hpp-template-corba :
-
see https://github.com/laas/hpp-template-corba
4.
Clone the HPP-AFFORDANCE-CORBA repository onto your local computer and update the submodule:
git clone --recursive https://github.com/humanoid-path-planner/hpp-affordance-corba/
cd $HPP_AFFORDANCE_CORBA_DIR/
git submodule update --init --recursive
4
.
Use CMake to install the HPP-AFFORDANCE-CORBA library. For instance:
5
.
Use CMake to install the HPP-AFFORDANCE-CORBA library. For instance:
mkdir build
cd build
cmake ..
cmake
-DCMAKE_INSTALL_PREFIX=${DEVEL_DIR}/install
..
make install
5
.
Optionally, install the HPP-RBPRM and HPP-RBPRM-CORBA packages that implement an efficient acyclic contact planner,
and its python bindings, respectively.
(Make sure you are on branch "affordance" in both repositories!)
-
see https://github.com/
anna-seppala
/hpp-rbprm, and
https://github.com/
anna-seppala
/hpp-rbprm-corba
6
.
Optionally, install the HPP-RBPRM and HPP-RBPRM-CORBA packages that implement an efficient acyclic contact planner,
and its python bindings, respectively.
-
see https://github.com/
stonneau
/hpp-rbprm, and
https://github.com/
stonneau
/hpp-rbprm-corba
##Documentation
Loading