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
test-hpp
Commits
56bccf84
Commit
56bccf84
authored
May 26, 2014
by
Florent Lamiraux
Browse files
Update to modification in hpp_ros ScenePublisher class
constructor now takes a robot as input.
parent
7e312e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
script/test_rrt.py
View file @
56bccf84
...
...
@@ -13,7 +13,7 @@ robot = Robot ('hrp2_14')
robot
.
setTranslationBounds
(
-
3
,
3
,
-
3
,
3
,
0
,
1
)
cl
=
robot
.
client
r
=
ScenePublisher
(
robot
.
jointNames
[
4
:]
)
r
=
ScenePublisher
(
robot
)
q0
=
robot
.
getInitialConfig
()
r
(
q0
)
...
...
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