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
example-robot-data
Commits
00a1ef59
Commit
00a1ef59
authored
Feb 20, 2019
by
Carlos Mastalli
Browse files
[unittest] Removed useless imported module
parent
ad078a19
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/unittest_utils.py
View file @
00a1ef59
...
@@ -50,7 +50,6 @@ def loadTalos(modelPath='/opt/openrobots/share/example-robot-data'):
...
@@ -50,7 +50,6 @@ def loadTalos(modelPath='/opt/openrobots/share/example-robot-data'):
def
loadHyQ
(
modelPath
=
'/opt/openrobots/share/example-robot-data'
):
def
loadHyQ
(
modelPath
=
'/opt/openrobots/share/example-robot-data'
):
from
pinocchio
import
JointModelFreeFlyer
from
pinocchio
import
JointModelFreeFlyer
import
os
URDF_FILENAME
=
"hyq_no_sensors.urdf"
URDF_FILENAME
=
"hyq_no_sensors.urdf"
URDF_SUBPATH
=
"/hyq/"
+
URDF_FILENAME
URDF_SUBPATH
=
"/hyq/"
+
URDF_FILENAME
robot
=
RobotWrapper
.
BuildFromURDF
(
modelPath
+
URDF_SUBPATH
,
[
modelPath
],
robot
=
RobotWrapper
.
BuildFromURDF
(
modelPath
+
URDF_SUBPATH
,
[
modelPath
],
...
...
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