Searched refs:_RADS_TO_DEGS (Results 1 – 2 of 2) sorted by relevance
111 _RADS_TO_DEGS = 180/math.pi variable386 rotations *= _RADS_TO_DEGS570 rot_per_frame_max*_RADS_TO_DEGS)579 _ROTATION_PER_FRAME_MIN*_RADS_TO_DEGS)706 pylab.plot(frames, cam_rots*_RADS_TO_DEGS, '-ro', label='x')
53 _RADS_TO_DEGS = 180/math.pi variable259 pylab.plot(range(len(cam_rots)), cam_rots*_RADS_TO_DEGS, '-r.',261 pylab.plot(range(len(gyro_rots)), gyro_rots*_RADS_TO_DEGS, '-b.',