Skip to content

Commit

Permalink
Merge pull request #20 from jmirabel/devel
Browse files Browse the repository at this point in the history
Fix robot name.
  • Loading branch information
nim65s authored May 7, 2020
2 parents b0197a0 + 4722741 commit 6cce30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_graph/sot/pyrene/prologue.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def makeRobot():
DeviceTalos = PyEntityFactoryClass('DeviceTalos')

# Create the robot using the device.
robot = Robot(name='robot', device=DeviceTalos('PYRENE'), fromRosParam=True)
robot = Robot(name='talos', device=DeviceTalos('PYRENE'), fromRosParam=True)
robot.dynamic.com.recompute(0)
_com = robot.dynamic.com.value
robot.device.zmp.value = (_com[0], _com[1], 0.)
Expand Down

0 comments on commit 6cce30a

Please sign in to comment.