Revision 02fc76ae client/python/test.py

View differences:

client/python/test.py
47 47
    m.opening_center = 15.0
48 48
    r.set_mouth_target(m)
49 49

  
50
    while(True):
50
    while(r.is_running()):
51 51
        g.timestamp = time.time()
52 52
        g.pan = g.pan + 5.0;
53 53
        if (g.pan > 20.0):
54 54
            g.pan = -20.0
55 55
        r.set_gaze_target(g)
56 56
        time.sleep(1)
57
    #e = RobotAnimation()
58
    #print e

Also available in: Unified diff