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
pinocchio
Commits
1786ee46
Commit
1786ee46
authored
Jun 12, 2018
by
jcarpent
Browse files
[Python] Correct dimension of model
parent
6cfdf10b
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/scripts/robot_wrapper.py
View file @
1786ee46
...
...
@@ -77,7 +77,7 @@ class RobotWrapper(object):
else
:
self
.
visual_data
=
se3
.
GeometryData
(
self
.
visual_model
)
self
.
v0
=
utils
.
zero
(
self
.
nv
)
self
.
v0
=
utils
.
zero
(
self
.
model
.
nv
)
self
.
q0
=
self
.
model
.
neutralConfiguration
def
increment
(
self
,
q
,
dq
):
...
...
Write
Preview
Supports
Markdown
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