You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, I also had this error with the last SDK, however I solved it by removing "std::" in front of the cos and the sin.
It seems that in the new versions of c++, the trigonometric functions are pre-integrated.
Hi,
I got two errors when building the latest code:
I solved it by adding
#include <cmath>
to FakeController.cpp and FakeTracker.cpp.I thought this might be a bug as I am using the latest SDK, but I did not want to make a new branch for two lines.
The text was updated successfully, but these errors were encountered: