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
Stack Of Tasks
pinocchio
Commits
4afcb422
Commit
4afcb422
authored
Oct 25, 2018
by
Gabriele Buondonno
Browse files
[python] Fixed examples
parent
e57ab615
Changes
3
Hide whitespace changes
Inline
Side-by-side
examples/python/fd-derivatives.py
View file @
4afcb422
...
...
@@ -28,7 +28,7 @@ import numpy as np
# Create model and data
model
=
pin
.
Model
.
Build
Humanoid
Simple
()
model
=
pin
.
buildSampleModel
Humanoid
Random
()
data
=
model
.
createData
()
# Set bounds (by default they are undefinded for a the Simple Humanoid model)
...
...
examples/python/id-derivatives.py
View file @
4afcb422
...
...
@@ -28,7 +28,7 @@ import numpy as np
# Create model and data
model
=
pin
.
Model
.
Build
Humanoid
Simple
()
model
=
pin
.
buildSampleModel
Humanoid
Random
()
data
=
model
.
createData
()
# Set bounds (by default they are undefinded for a the Simple Humanoid model)
...
...
examples/python/kinematics-derivatives.py
View file @
4afcb422
...
...
@@ -21,7 +21,7 @@ import numpy as np
# Create model and data
model
=
pin
.
Model
.
Build
Humanoid
Simple
()
model
=
pin
.
buildSampleModel
Humanoid
Random
()
data
=
model
.
createData
()
# Set bounds (by default they are undefinded)
...
...
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