Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- June 27, 2018 at 4:17 am #7438EricParticipant
My supervisor David just sent out a receipt. Please let me know if there’s anything else I can do or if you need any more information.
Eric
June 5, 2018 at 11:30 am #7352EricParticipantI put in this line of code into the BerryIMU-simple.py file after the “if 1: print” lines.
if 1:
print (“ACCx %5.2f \33[1;34;40m ACCy %5.2f \33[1;31;40m ACCz %5.2f” % (ACCx, ACCy, ACCz))
I’ve run the program 10 times, rebooted, and tried another 10 times with varying run times and each time I get the same constants. ACCx = -24539, ACCy = -24539, and ACCz = 24539.
Attachments:
June 4, 2018 at 8:24 am #7349EricParticipantI’m mainly using the Python code in the python-BerryIMU-gryo-accel-compass folder.
By raw accelerometer values, you mean ACCx, ACCy, and ACCz as given in the berryIMU.py file, correct?
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)