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
Wolfgang Merkt
example-robot-data
Commits
8469bfed
Commit
8469bfed
authored
Nov 13, 2019
by
Carlos Mastalli
Browse files
[bugfix] Fixed issue with display of double pendulum
parent
9ff10f3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/example_robot_data/__main__.py
View file @
8469bfed
...
...
@@ -88,6 +88,6 @@ if args.robot == 'hector':
hector
.
display
(
hector
.
q0
)
if
args
.
robot
==
'double_pendulum'
:
p
lanar2dof
=
robots_loader
.
load
2dof
()
p
lanar2dof
.
initViewer
(
loadModel
=
True
)
p
lanar2dof
.
display
(
p
lanar2dof
.
q0
)
p
endulum
=
robots_loader
.
load
DoublePendulum
()
p
endulum
.
initViewer
(
loadModel
=
True
)
p
endulum
.
display
(
p
endulum
.
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