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
Gepetto
be-insa
Commits
e7f301e6
Commit
e7f301e6
authored
Oct 17, 2018
by
Florent Lamiraux
Browse files
Update to recent version of pinocchio.
parent
0b0cbd4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
example_romeo.py
View file @
e7f301e6
...
...
@@ -6,7 +6,7 @@ from numpy.linalg import norm
path
=
'/home/student/models/romeo/'
urdf
=
path
+
'urdf/romeo.urdf'
pkgs
=
[
path
,
]
robot
=
RomeoWrapper
(
urdf
,
pkgs
,
se3
.
JointModelFreeFlyer
())
# Load urdf model
robot
=
RomeoWrapper
(
urdf
,
pkgs
)
# Load urdf model
# The robot is loaded with the basis fixed to the world
robot
.
initDisplay
(
loadModel
=
True
)
# setup the viewer to display the robot
...
...
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