Tagged Questions
0
votes
1answer
142 views
Calculate average angle after crossing 360 degrees
For a piece of code I am writing to smooth out movements I need to calculate the average angle over the past 5 recorded angles given (used to give directionality to an object)
This can be achieved ...