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

Slight modif in restore function.

parent d11bf780
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ class History:
print "robot.setVelocity(",self.qdot[t],")"
print "T0 = ",t
print "robot.state.time = T0"
print "[ t.feature.position.recompute(T0) for t in taskrh,tasklh]"
print "[ t.feature.position.recompute(T0) for t in refreshTaskList]"
print "attime.fastForward(T0)"
def dumpToOpenHRP(self,baseName = "dyninv",sample = 1):
filePos = open(baseName+'.pos','w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment