This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Help with acceleration
#1
Hello
I wanted to ask what exactly is the equation from which the absolute acceleration with g in the xyz field results?
Thanks
Grigoris
Reply
#2
See also Tuesday's mail: The absolute value is computed by a simple Pythagoras of the x-, y-, and z-component of the acceleration sensor data, so a classical vector length…

In programming terms: abs_a = sqrt(ax**2+ay**2+az**2)
Reply


Forum Jump: