Skip to content

Commit

Permalink
Use talos_reduced.urdf and not talos_reduced_v2.urdf
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Feb 1, 2019
1 parent c7ec615 commit ff3fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_graph/sot/talos/talos.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__(self, name, initialConfig, device = None, tracer = None):

from rospkg import RosPack
rospack = RosPack()
urdfPath = rospack.get_path('talos_data')+"/urdf/talos_reduced_v2.urdf"
urdfPath = rospack.get_path('talos_data')+"/urdf/talos_reduced.urdf"
urdfDir = [rospack.get_path('talos_data')+"/../"]

# Create a wrapper to access the dynamic model provided through an urdf file.
Expand Down

0 comments on commit ff3fc4e

Please sign in to comment.