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
Humanoid Path Planner
hpp-doc
Commits
ad1f5394
Commit
ad1f5394
authored
Jun 07, 2021
by
Guilhem Saurel
Browse files
remove iai_maps
parent
d31d363d
Changes
3
Hide whitespace changes
Inline
Side-by-side
instructions/devel-sources.md
View file @
ad1f5394
...
...
@@ -72,7 +72,6 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
```
bash
cd
${
DEVEL_HPP_DIR
}
/src
make iai_maps.install
;
source
../config.sh
;
make all
```
...
...
@@ -154,7 +153,6 @@ To install all the packages on ubuntu 20.04 LTS 64 bit, you should do the follow
```
bash
cd ${DEVEL_HPP_DIR}/src
make iai_maps.install;
source ../config.sh;
make all
```
...
...
instructions/stable-sources.md
View file @
ad1f5394
...
...
@@ -73,7 +73,6 @@ To install all the packages on ubuntu 18.04 LTS 64 bit, you should do the follow
```bash
cd ${DEVEL_HPP_DIR}/src
make iai_maps.install;
source ../config.sh;
make all
```
...
...
scripts/auto-install-hpp.sh
View file @
ad1f5394
...
...
@@ -147,7 +147,6 @@ source $DEVEL_HPP_DIR/config.sh
cd
$DEVEL_HPP_DIR
/src
make
-s
-e
iai_maps.install
source
../config.sh
make
-s
-e
$TARGET
...
...
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