Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hpp-doc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Humanoid Path Planner
hpp-doc
Commits
263aac53
Commit
263aac53
authored
Sep 23, 2020
by
Joseph Mirabel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve coherence between version names.
parent
e33fdcbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
download.html
download.html
+8
-8
No files found.
download.html
View file @
263aac53
...
...
@@ -11,14 +11,14 @@ This page provides guidelines for installation of HPP. Several versions are avai
<select
class=
"form-control"
id=
"installation_branch"
size=
"1"
onchange=
"updateInstall(this.value)"
>
<option
value=
""
></option>
<option
value=
"binary"
>
Stable - Binary
</option>
<option
value=
"master"
>
Stable - Source
install
</option>
<option
value=
"master"
>
Stable - Source
</option>
<option
value=
"devel"
>
Development - Source
</option>
<option
value=
"euroc-c1"
>
Euroc - challenge 1
</option>
<option
value=
"euroc"
>
Euroc - challenge 2
</option>
<option
value=
"isae-2017"
>
ISAE - practice
</option>
<option
value=
"rbprm"
>
RBPRM installer
</option>
<option
value=
"ubuntu-16.04"
>
Stable - Ubuntu 16.04
</option>
<option
value=
"ubuntu-14.04"
>
Stable - Ubuntu 14.04
</option>
<option
value=
"euroc-c1"
>
OLD - Euroc - challenge 1
</option>
<option
value=
"euroc"
>
OLD - Euroc - challenge 2
</option>
<option
value=
"isae-2017"
>
OLD - ISAE - practice
</option>
<option
value=
"ubuntu-16.04"
>
OLD - Stable - Ubuntu 16.04
</option>
<option
value=
"ubuntu-14.04"
>
OLD - Stable - Ubuntu 14.04
</option>
<option
value=
"version-3"
>
Old version without Pinocchio
</option>
</select>
<hr
class=
"featurette-divider"
>
...
...
@@ -37,8 +37,8 @@ var converter = new showdown.Converter();
var
rendered
=
document
.
getElementById
(
"
installation_devel_readme_rendered
"
);
var
urls
=
{
'
binary
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/master/instructions/binary.md
"
,
'
master
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/master/instructions/
master
-sources.md
"
,
'
binary
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/master/instructions/
stable-
binary.md
"
,
'
master
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/master/instructions/
stable
-sources.md
"
,
'
devel
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/master/instructions/devel-sources.md
"
,
'
euroc-c1
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/euroc-c1/doc/instructions.md
"
,
'
euroc
'
:
"
https://raw.githubusercontent.com/humanoid-path-planner/hpp-doc/euroc/doc/instructions.md
"
,
...
...
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