Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "pointing_ex.py", line 78, in <module>
  3. simulate_frame(frame)
  4. File "pointing_ex.py", line 64, in simulate_frame
  5. pointing_q = Pointing.axisangle( az, el )
  6. File "../pylib/pointing.py", line 32, in axisangle
  7. s = vector.cross( u, v )
  8. AttributeError: 'module' object has no attribute 'cross'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement