Skip to content

Commit

Permalink
Fix dependency and call mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Jul 19, 2017
1 parent 58ca58d commit c44ef33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_graph/sot/hrp2/hrp2.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self, name, robotnumber,


rospack = RosPack()
self.urdfPath = rospack.get_path('hrp2_{0}_description'.format(robotnumber)) + '/urdf/hrp2_{0}.urdf'.format(robotnumber)
self.urdfPath = rospack.get_path('hrp2_{0}_description'.format(robotnumber)) + '/urdf/hrp2_{0}_reduced.urdf'.format(robotnumber)

self.pinocchioModel = se3.buildModelFromUrdf(self.urdfPath, se3.JointModelFreeFlyer())
self.pinocchioData = self.pinocchioModel.createData()
Expand Down

0 comments on commit c44ef33

Please sign in to comment.