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
Humanoid Path Planner
hpp-practicals
Commits
2e2c4476
Commit
2e2c4476
authored
Jul 04, 2017
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Jul 04, 2017
Browse files
Fix instructions and bounds of ball configuration space.
parent
bbe6dea2
Changes
3
Hide whitespace changes
Inline
Side-by-side
instructions/exercise-1.asciidoc
View file @
2e2c4476
...
...
@@ -7,7 +7,7 @@ Program RRT algorithm in python.
Instructions
------------
Open a terminal cd into
be-isae
directory and open 3 tab by typing CTRL+SHIFT+T twice.
Open a terminal cd into
hpp-practicals
directory and open 3 tab by typing CTRL+SHIFT+T twice.
In the first terminal, type
[source,sh]
----
...
...
instructions/exercise-2.asciidoc
View file @
2e2c4476
...
...
@@ -8,7 +8,7 @@ Define a constraint graph and plan a manipulation path.
Introduction
------------
Open a terminal, cd into
be-isae
directory and open 3 tab by typing CTRL+SHIFT+T
Open a terminal, cd into
hpp-practicals
directory and open 3 tab by typing CTRL+SHIFT+T
twice. In the first terminal, type
[source,sh]
----
...
...
script/manipulation.py
View file @
2e2c4476
...
...
@@ -5,7 +5,7 @@ from manipulation import robot, vf, ps, Ground, Box, Pokeball, PathPlayer, gripp
vf
.
loadEnvironmentModel
(
Ground
,
'ground'
)
vf
.
loadObjectModel
(
Pokeball
,
'pokeball'
)
robot
.
setJointBounds
(
'pokeball/root_joint'
,
[
-
.
4
,.
4
,
-
.
4
,.
4
,
-
.
1
,
1
.
,
robot
.
setJointBounds
(
'pokeball/root_joint'
,
[
-
.
4
,.
4
,
-
.
4
,.
4
,
-
.
1
,
2
.
,
-
1.0001
,
1.0001
,
-
1.0001
,
1.0001
,
-
1.0001
,
1.0001
,
-
1.0001
,
1.0001
,])
...
...
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