ascii2pkl.py
Go to the documentation of this file.
00001 #!/usr/bin/env python
00002 
00003 import dynamics_utils as dynutils
00004 
00005 
00006 (name, time, pos, vel, acc) = dynutils.load_motion_ascii("/u/dhennes/Desktop/reaching.txt")
00007 dynutils.save_motion("../motions/reaching.pkl", name, time, pos, vel, acc)


kelsey_sandbox
Author(s): kelsey
autogenerated on Wed Nov 27 2013 11:52:03