Skip to content
Snippets Groups Projects
Commit 341a9b60 authored by Nicolas Mansard's avatar Nicolas Mansard
Browse files

Minor patch in robot-viewer helper to accept the naming of the py:HumanoidRobot class.

parent 03cac630
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@ def stateFullSize(robot,additionalData = () ):
def refreshView( robot ):
if robot.name=='robot': name='hrp'
if robot.name=='robot_device': name='hrp'
else: name=robot.name
robot.viewer.updateElementConfig(name,robot.stateFullSize())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment