-
Notifications
You must be signed in to change notification settings - Fork 87
getData type error #34
Copy link
Copy link
Open
Description
When trying to run either demo in python2, I am seeing a type error on line 110 where the pack.struct is supposed to be iterated over. Here's an example output:
angx = +0.00 angy = +0.00 heading = +0.00 elapsed = +0.0000 unsupported operand type(s) for ^: 'int' and 'str'
When debugging, it's apparent that a string is being output from iteration over the pack.struct object. Have you seen this issue before? It seems this is either something to do with the dependencies version or a a fundamental bug
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels