I have a program that compiles perfectly in robotc 3.05 but in robotc 3.08 I get the following error whenever the atan2 function is called:
**Error**:Multiple exact overloads for 'atan2' match [including some 'const' parms]
*Warning*:Selected: Converted0:0/20 atan2(float x, float y)
*Warning*:Worse: Converted1:0/20 atan2(float x, float y)
One example of the code is this:
The atan2 function is borrowed and is defined at the beginning:
Any help?
Thanks,